| Package | Description |
|---|---|
| io.datarouter.bytes |
| Modifier and Type | Field and Description |
|---|---|
static ByteUnitType[] |
ByteUnitType.BIN_SORTED_ASC |
| Modifier and Type | Method and Description |
|---|---|
static ByteUnitType[] |
ByteUnitType.getAscValues(ByteUnitType.ByteUnitSystem byteUnitSystem) |
static ByteUnitType |
ByteUnitType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
ByteUnitType.getNumBytes(long numBytes,
ByteUnitType toByteUnit) |
static String |
ByteUnitType.getNumBytesDisplay(long value,
ByteUnitType toByteUnit) |
Copyright © 2009–2021. All rights reserved.