Uses of Class
org.sonatype.sisu.goodies.common.ByteSize.ByteUnit

Packages that use ByteSize.ByteUnit
org.sonatype.sisu.goodies.common   
 

Uses of ByteSize.ByteUnit in org.sonatype.sisu.goodies.common
 

Methods in org.sonatype.sisu.goodies.common that return ByteSize.ByteUnit
 ByteSize.ByteUnit ByteSize.unit()
           
static ByteSize.ByteUnit ByteSize.ByteUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ByteSize.ByteUnit[] ByteSize.ByteUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonatype.sisu.goodies.common with parameters of type ByteSize.ByteUnit
static ByteSize ByteSize.size(long value, ByteSize.ByteUnit unit)
           
 

Constructors in org.sonatype.sisu.goodies.common with parameters of type ByteSize.ByteUnit
ByteSize(long value, ByteSize.ByteUnit unit)
           
 



Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.