Uses of Class
net.csdn.common.unit.ByteSizeUnit

Packages that use ByteSizeUnit
net.csdn.common.settings   
net.csdn.common.unit   
 

Uses of ByteSizeUnit in net.csdn.common.settings
 

Methods in net.csdn.common.settings with parameters of type ByteSizeUnit
 ImmutableSettings.Builder ImmutableSettings.Builder.put(String setting, long value, ByteSizeUnit sizeUnit)
          Sets the setting with the provided setting key and the size value.
 

Uses of ByteSizeUnit in net.csdn.common.unit
 

Methods in net.csdn.common.unit that return ByteSizeUnit
static ByteSizeUnit ByteSizeUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ByteSizeUnit[] ByteSizeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.csdn.common.unit with parameters of type ByteSizeUnit
ByteSizeValue(long size, ByteSizeUnit sizeUnit)
           
 



Copyright © 2014. All Rights Reserved.