public class FileUtils
extends java.lang.Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
humanReadableByteCount(long bytes,
boolean si)
Human readable file size description.
|
public static java.lang.String humanReadableByteCount(long bytes,
boolean si)
bytes - Number of Bytes to convert.si - True if converting to SI units