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.UnitByteFormat. m_Unitthe conversion unit.Methods in adams.core that return ByteFormat.Unit Modifier and Type Method Description static ByteFormat.UnitByteFormat.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)?static ByteFormat.UnitByteFormat.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.
-