Uses of Enum Class
com.ubs.backend.classes.enums.ByteConversion
Packages that use ByteConversion
-
Uses of ByteConversion in com.ubs.backend.classes.enums
Methods in com.ubs.backend.classes.enums that return ByteConversionModifier and TypeMethodDescriptionstatic ByteConversionReturns the enum constant of this class with the specified name.static ByteConversion[]ByteConversion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ubs.backend.classes.enums with parameters of type ByteConversionModifier and TypeMethodDescriptiondoubleByteConversion.convert(double size, ByteConversion toUnit)Converts a Number from one Byte Unit to anotherstatic doubleByteConversion.convert(double size, ByteConversion fromUnit, ByteConversion toUnit)Converts a Number from one Byte Unit to another