Uses of Class
adams.core.ByteFormat.Unit
-
Packages that use ByteFormat.Unit Package Description adams.core -
-
Uses of ByteFormat.Unit in adams.core
Fields in adams.core declared as ByteFormat.Unit Modifier and Type Field Description protected ByteFormat.Unit
ByteFormat. m_Unit
the conversion unit.Methods in adams.core that return ByteFormat.Unit Modifier and Type Method Description static ByteFormat.Unit
ByteFormat.Unit. parse(String s)
Parses the given string (k|K|m|M|g|G|t|T|p|P|e|E|z|Z|y|Y)(i)? and returns the corresponding unit.static ByteFormat.Unit
ByteFormat.Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByteFormat.Unit[]
ByteFormat.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-