Description
I do not understand the byteCountToDisplaySize(long size) method which is in class FileUtils of the package org.apache.commons.io.
If the parameter size is 2047 , the method will return 1 KB.Why it will lose precision.
I read the code.
Maybe it is a bug?