public class SizeUtils extends Object
| Constructor and Description |
|---|
SizeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
humanReadableBinarySize(Long bytes) |
static String |
humanReadableDecimalSize(Long bytes) |
static String |
humanReadableSize(Long bytes) |
static long |
parse(String arg0) |
public static String units
public static long parse(String arg0) throws ParseException
ParseExceptionCopyright © 2019. All Rights Reserved.