public static class ByteSizeParser.Default extends Object implements ByteSizeParser
ByteSizeParser.Default| Modifier and Type | Method and Description |
|---|---|
ByteSize |
parse(String text)
Tries to parse a
ByteSize out of text. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitNew, Newpublic ByteSize parse(String text)
ByteSizeParserByteSize out of text.
It usually consists of an amount and an unit, e.g. "1MB" or "1.2 GB".parse in interface ByteSizeParsertext - the textual inputByteSizeByteSize,
ByteUnitCopyright © 2022 MicroStream Software. All rights reserved.