com.taco.text
Interface IFileSizeDisplayConstants


public interface IFileSizeDisplayConstants

Constants associated with formating a number representing a file size.


Field Summary
static int SIZE_UNITS_DISPLAY_OPTION_BIGGEST_FIT
           
static int SIZE_UNITS_DISPLAY_OPTION_BYTES
           
static int SIZE_UNITS_DISPLAY_OPTION_GIGABYTES
           
static int SIZE_UNITS_DISPLAY_OPTION_KILOBYTES
           
static int SIZE_UNITS_DISPLAY_OPTION_MEGABYTES
           
 

Field Detail

SIZE_UNITS_DISPLAY_OPTION_BYTES

static final int SIZE_UNITS_DISPLAY_OPTION_BYTES
See Also:
Constant Field Values

SIZE_UNITS_DISPLAY_OPTION_KILOBYTES

static final int SIZE_UNITS_DISPLAY_OPTION_KILOBYTES
See Also:
Constant Field Values

SIZE_UNITS_DISPLAY_OPTION_MEGABYTES

static final int SIZE_UNITS_DISPLAY_OPTION_MEGABYTES
See Also:
Constant Field Values

SIZE_UNITS_DISPLAY_OPTION_GIGABYTES

static final int SIZE_UNITS_DISPLAY_OPTION_GIGABYTES
See Also:
Constant Field Values

SIZE_UNITS_DISPLAY_OPTION_BIGGEST_FIT

static final int SIZE_UNITS_DISPLAY_OPTION_BIGGEST_FIT
See Also:
Constant Field Values