com.jgoodies.jdiskreport.model.util
Class ByteSizeConstants

java.lang.Object
  extended by com.jgoodies.jdiskreport.model.util.ByteSizeConstants

public final class ByteSizeConstants
extends Object

Provides constants for byte sizes.

Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch

Field Summary
static long FOUR_GB
           
static long FOUR_KB
           
static long FOUR_MB
           
static long ONE_GB
           
static long ONE_KB
           
static long ONE_MB
           
static long ONE_TB
           
static long SIXTEEN_GB
           
static long SIXTEEN_KB
           
static long SIXTEEN_MB
           
static long SIXTYFOUR_KB
           
static long SIXTYFOUR_MB
           
static long TWO56_KB
           
static long TWO56_MB
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_KB

public static final long ONE_KB
See Also:
Constant Field Values

FOUR_KB

public static final long FOUR_KB
See Also:
Constant Field Values

SIXTEEN_KB

public static final long SIXTEEN_KB
See Also:
Constant Field Values

SIXTYFOUR_KB

public static final long SIXTYFOUR_KB
See Also:
Constant Field Values

TWO56_KB

public static final long TWO56_KB
See Also:
Constant Field Values

ONE_MB

public static final long ONE_MB
See Also:
Constant Field Values

FOUR_MB

public static final long FOUR_MB
See Also:
Constant Field Values

SIXTEEN_MB

public static final long SIXTEEN_MB
See Also:
Constant Field Values

SIXTYFOUR_MB

public static final long SIXTYFOUR_MB
See Also:
Constant Field Values

TWO56_MB

public static final long TWO56_MB
See Also:
Constant Field Values

ONE_GB

public static final long ONE_GB
See Also:
Constant Field Values

FOUR_GB

public static final long FOUR_GB
See Also:
Constant Field Values

SIXTEEN_GB

public static final long SIXTEEN_GB
See Also:
Constant Field Values

ONE_TB

public static final long ONE_TB
See Also:
Constant Field Values


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.