Package com.fluendo.jst
Class Format
- java.lang.Object
-
- com.fluendo.jst.Format
-
public class Format extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description Format()
-
-
-
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
-
-