Package org.jrobin.core.jrrd
Interface Constants
-
-
Field Summary
Fields Modifier and Type Field Description static intCF_NAM_SIZEstatic StringCOOKIEstatic intDS_NAM_SIZEstatic intDST_SIZEstatic doubleFLOAT_COOKIEstatic byte[]FLOAT_COOKIE_BIG_ENDIANstatic byte[]FLOAT_COOKIE_LITTLE_ENDIANstatic intLAST_DS_LENstatic StringVERSIONstatic StringVERSION3
-
-
-
Field Detail
-
DS_NAM_SIZE
static final int DS_NAM_SIZE
- See Also:
- Constant Field Values
-
DST_SIZE
static final int DST_SIZE
- See Also:
- Constant Field Values
-
CF_NAM_SIZE
static final int CF_NAM_SIZE
- See Also:
- Constant Field Values
-
LAST_DS_LEN
static final int LAST_DS_LEN
- See Also:
- Constant Field Values
-
COOKIE
static final String COOKIE
- See Also:
- Constant Field Values
-
VERSION
static final String VERSION
- See Also:
- Constant Field Values
-
VERSION3
static final String VERSION3
- See Also:
- Constant Field Values
-
FLOAT_COOKIE
static final double FLOAT_COOKIE
- See Also:
- Constant Field Values
-
FLOAT_COOKIE_BIG_ENDIAN
static final byte[] FLOAT_COOKIE_BIG_ENDIAN
-
FLOAT_COOKIE_LITTLE_ENDIAN
static final byte[] FLOAT_COOKIE_LITTLE_ENDIAN
-
-