CCITTFaxG31DDecodeInputStream
public interface CCITTFaxConstants
Modifier and Type | Field | Description |
---|---|---|
static short[] |
BLACK_MAKE_UP |
The black make-up code words.
|
static short[] |
BLACK_TERMINATING |
The black terminating code words.
|
static int |
COMPRESSION_GROUP3_1D |
A constant for group 3 1D encoding (ITU T.4).
|
static int |
COMPRESSION_GROUP3_2D |
A constant for group 3 2D encoding (ITU T.4).
|
static int |
COMPRESSION_GROUP4_2D |
A constant for group 4 2D encoding (ITU T.6).
|
static short |
EOL_CODE |
The EOL code word.
|
static short[] |
LONG_MAKE_UP |
The long make-up code words.
|
static short[] |
WHITE_MAKE_UP |
The white make-up code words.
|
static short[] |
WHITE_TERMINATING |
The white terminating code words.
|
static final int COMPRESSION_GROUP3_1D
static final int COMPRESSION_GROUP3_2D
static final int COMPRESSION_GROUP4_2D
static final short[] WHITE_TERMINATING
static final short[] BLACK_TERMINATING
static final short[] WHITE_MAKE_UP
static final short[] BLACK_MAKE_UP
static final short[] LONG_MAKE_UP
static final short EOL_CODE