Uses of Class
com.fizzed.crux.util.ByteSizeUnit
-
-
Uses of ByteSizeUnit in com.fizzed.crux.util
Methods in com.fizzed.crux.util that return ByteSizeUnit Modifier and Type Method Description ByteSizeUnitByteSize. getDisplayUnit()static ByteSizeUnitByteSizeUnit. resolve(java.lang.String unit)static ByteSizeUnitByteSizeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ByteSizeUnit[]ByteSizeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fizzed.crux.util with parameters of type ByteSizeUnit Modifier and Type Method Description doubleByteSize. asDouble(ByteSizeUnit unit)longByteSize. asLong(ByteSizeUnit unit)static ByteSizeByteSize. parse(java.lang.String s, ByteSizeUnit defaultUnit)ByteSizeByteSize. withDisplayUnit(ByteSizeUnit displayUnit)Constructors in com.fizzed.crux.util with parameters of type ByteSizeUnit Constructor Description ByteSize(long value, ByteSizeUnit displayUnit)
-