public class StringParsingUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringParsingUtils.FormatException |
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
HUMAN_READABLE_SIZE_PATTERN |
| Constructor and Description |
|---|
StringParsingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
humanReadableToByteCount(String string)
Convert a human readable string (e.g.
|
public static final Pattern HUMAN_READABLE_SIZE_PATTERN
public static long humanReadableToByteCount(String string) throws StringParsingUtils.FormatException