java.io.Closeable, java.lang.AutoCloseable, CCITTFaxConstantspublic class CCITTFaxG31DDecodeInputStream extends java.io.InputStream implements CCITTFaxConstants
BLACK_MAKE_UP, BLACK_TERMINATING, COMPRESSION_GROUP3_1D, COMPRESSION_GROUP3_2D, COMPRESSION_GROUP4_2D, EOL_CODE, LONG_MAKE_UP, WHITE_MAKE_UP, WHITE_TERMINATING| Constructor | Description |
|---|---|
CCITTFaxG31DDecodeInputStream(java.io.InputStream source,
int columns,
boolean encodedByteAlign) |
Creates a new decoder.
|
CCITTFaxG31DDecodeInputStream(java.io.InputStream source,
int columns,
int rows,
boolean encodedByteAlign) |
Creates a new decoder.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
markSupported() |
|
int |
read() |
public CCITTFaxG31DDecodeInputStream(java.io.InputStream source,
int columns,
int rows,
boolean encodedByteAlign)
source - the input stream containing the compressed data.columns - the number of columnsrows - the number of rows (0 if undefined)encodedByteAlign - true if each encoded scan line is filled
to a byte boundary, false if notpublic CCITTFaxG31DDecodeInputStream(java.io.InputStream source,
int columns,
boolean encodedByteAlign)
source - the input stream containing the compressed data.columns - the number of columnsencodedByteAlign - true if each encoded scan line is filled
to a byte boundary, false if not