|
xmlgraphics-commons 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines constants used by the ASCII85 filters.
Field Summary | |
static int |
END
The end index for ASCII85 characters (u) |
static byte[] |
EOD
The EOD (end of data) indicator |
static int |
EOL
The EOL indicator (LF) |
static long[] |
POW85
Array of powers of 85 (4, 3, 2, 1, 0) |
static int |
START
The start index for ASCII85 characters (!) |
static int |
ZERO
Special character "z" stands for four NULL bytes (short-cut for !!!!!) |
static byte[] |
ZERO_ARRAY
ZERO as a byte array |
Field Detail |
public static final int ZERO
public static final byte[] ZERO_ARRAY
public static final int START
public static final int END
public static final int EOL
public static final byte[] EOD
public static final long[] POW85
|
xmlgraphics-commons 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |