com.fluendo.jst
Class Format

java.lang.Object
  extended by com.fluendo.jst.Format

public class Format
extends java.lang.Object


Field Summary
static int BUFFERS
           
static int BYTES
           
static int DEFAULT
           
static int PERCENT
           
static long PERCENT_MAX
           
static long PERCENT_SCALE
           
static int TIME
           
static int UNKNOWN
           
 
Constructor Summary
Format()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

BYTES

public static final int BYTES
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

BUFFERS

public static final int BUFFERS
See Also:
Constant Field Values

PERCENT

public static final int PERCENT
See Also:
Constant Field Values

PERCENT_MAX

public static final long PERCENT_MAX
See Also:
Constant Field Values

PERCENT_SCALE

public static final long PERCENT_SCALE
See Also:
Constant Field Values
Constructor Detail

Format

public Format()