Uses of Class
cn.sliew.milky.common.unit.ByteUnit
-
Packages that use ByteUnit Package Description cn.sliew.milky.common.unit -
-
Uses of ByteUnit in cn.sliew.milky.common.unit
Methods in cn.sliew.milky.common.unit that return ByteUnit Modifier and Type Method Description static ByteUnitByteUnit. fromOrdinal(int ordinal)static ByteUnitByteUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteUnit[]ByteUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cn.sliew.milky.common.unit with parameters of type ByteUnit Constructor Description ByteValue(long size, ByteUnit unit)
-