| org.apache.xmlgraphics.util.io.ASCII85Constants
All known Subclasses: org.apache.xmlgraphics.util.io.ASCII85InputStream, org.apache.xmlgraphics.util.io.ASCII85OutputStream,
ASCII85Constants | public interface ASCII85Constants (Code) | | This interface defines constants used by the ASCII85 filters.
version: $Id: ASCII85Constants.java 426584 2006-07-28 16:01:47Z jeremias $ |
Field Summary | |
final public static int | END | final public static byte[] | EOD | final public static int | EOL | final public static long | POW85 | final public static int | START | final public static int | ZERO | final public static byte[] | ZERO_ARRAY |
END | final public static int END(Code) | | The end index for ASCII85 characters (u)
|
EOD | final public static byte[] EOD(Code) | | The EOD (end of data) indicator
|
EOL | final public static int EOL(Code) | | The EOL indicator (LF)
|
POW85 | final public static long POW85(Code) | | Array of powers of 85 (4, 3, 2, 1, 0)
|
START | final public static int START(Code) | | The start index for ASCII85 characters (!)
|
ZERO | final public static int ZERO(Code) | | Special character "z" stands for four NULL bytes (short-cut for !!!!!)
|
ZERO_ARRAY | final public static byte[] ZERO_ARRAY(Code) | | ZERO as a byte array
|
|
|