Uses of Class
io.engineblock.util.Unit.Bytes
-
Packages that use Unit.Bytes Package Description io.engineblock.util -
-
Uses of Unit.Bytes in io.engineblock.util
Methods in io.engineblock.util that return Unit.Bytes Modifier and Type Method Description static Unit.BytesUnit.Bytes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Unit.BytesUnit.Bytes. valueOfSuffix(java.lang.String unitpart)static Unit.Bytes[]Unit.Bytes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.engineblock.util with parameters of type Unit.Bytes Modifier and Type Method Description static java.util.Optional<java.lang.Double>Unit. convertBytes(Unit.Bytes resultUnit, java.lang.String spec)
-