public class PDFCCITTDecodeFilter extends Object
| Constructor and Description |
|---|
PDFCCITTDecodeFilter(ByteBuffer imageBuffer,
int ccittGroup,
boolean isEndofLine,
boolean isEncodedByteAlign,
int columns,
int rows,
boolean isEndOfBlock,
boolean isBlack1)
Constructor
|
public PDFCCITTDecodeFilter(ByteBuffer imageBuffer, int ccittGroup, boolean isEndofLine, boolean isEncodedByteAlign, int columns, int rows, boolean isEndOfBlock, boolean isBlack1)
imageBuffer - that need to be decodedccittGroup - a code identifying the encoding scheme usedisEndofLine - A flag indicating whether end-of-line bit patterns
are required to be present in the encoding.isEncodedByteAlign - A flag indicating whether the filter expects extra 0
bits before each encoded line so that the line
begins on a byte boundary.columns - The width of the image in pixels.rows - The height of the image in scan lines.isBlack1 - a flag indicating whether 1 bits are to be
interpreted as black pixels and 0 bits as white
pixels.