Interface FileSizeParser
- All Superinterfaces:
ByteSizeParser
- All Known Implementing Classes:
FileSizeParser.Default
@Deprecated public interface FileSizeParser extends ByteSizeParser
Deprecated.
Replaced by
ByteSizeParser
, will be removed in a future release.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FileSizeParser.Default
Deprecated. -
Method Summary
Modifier and Type Method Description static FileSizeParser
Default()
Deprecated.long
parseFileSize(String text, ByteMultiple defaultByteMultiple)
Deprecated.
-
Method Details
-
parseFileSize
Deprecated. -
Default
Deprecated.
-