com.jeffpalm.util
Class Sizes

java.lang.Object
  extended by com.jeffpalm.util.Sizes

public final class Sizes
extends java.lang.Object


Field Summary
static long GIGABYTES
           
static long KILOBYTES
           
static long MEGABYTES
           
 
Method Summary
static java.lang.String format(long length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KILOBYTES

public static final long KILOBYTES
See Also:
Constant Field Values

MEGABYTES

public static final long MEGABYTES
See Also:
Constant Field Values

GIGABYTES

public static final long GIGABYTES
See Also:
Constant Field Values
Method Detail

format

public static java.lang.String format(long length)