Uses of Enum Class
w.util.ByteUnit

Packages that use ByteUnit
Package
Description
 
  • Uses of ByteUnit in w.util

    Methods in w.util that return ByteUnit
    Modifier and Type
    Method
    Description
    static ByteUnit
    ByteUnit.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static ByteUnit[]
    ByteUnit.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in w.util with parameters of type ByteUnit
    Modifier and Type
    Method
    Description
    double
    ByteUnit.convert(double bytes, ByteUnit to)
     
    long
    ByteUnit.convert(long bytes, ByteUnit to)