ASCII85InputStream
, ASCII85OutputStream
public interface ASCII85Constants
Modifier and Type | Field | Description |
---|---|---|
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
|
static final int ZERO
static final byte[] ZERO_ARRAY
static final int START
static final int END
static final int EOL
static final byte[] EOD
static final long[] POW85
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.