Uses of Class
io.datarouter.bytes.ByteUnitType
| Package | Description |
|---|---|
| io.datarouter.bytes |
-
Uses of ByteUnitType in io.datarouter.bytes
Fields in io.datarouter.bytes declared as ByteUnitType Modifier and Type Field Description static ByteUnitType[]ByteUnitType. BIN_SORTED_ASCMethods in io.datarouter.bytes that return ByteUnitType Modifier and Type Method Description static ByteUnitType[]ByteUnitType. getAscValues(ByteUnitType.ByteUnitSystem byteUnitSystem)static ByteUnitTypeByteUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteUnitType[]ByteUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.datarouter.bytes with parameters of type ByteUnitType Modifier and Type Method Description static doubleByteUnitType. getNumBytes(long numBytes, ByteUnitType toByteUnit)static StringByteUnitType. getNumBytesDisplay(long value, ByteUnitType toByteUnit)