net.sourceforge.jiu.codecs.tiff
Class TIFFDecoderModifiedHuffman
public class TIFFDecoderModifiedHuffman
A TIFF decoder for files compresseed with the Modified Huffman method
(also known as CCITT 1D Modified Huffman Run Length Encoding).
This compression algorithm has the value 2
in the compression tag of an image file directory.
Only bilevel images can be encoded with that method.
bottomRow, bufferIndex, codec, currentRow, ifd, leftColumn, processedTileRows, rightColumn, rowBuffer, tileIndex, topRow, totalTileRows |
decode, getBytesPerRow, getCodec, getCompressionTypes, getImageFileDirectory, getInput, getTileIndex, getX1, getX2, getY1, getY2, initialize, putBytes, setCodec, setImageFileDirectory, setTileIndex, storeRow |
bitBuffer
private int bitBuffer
numBufferedBits
private int numBufferedBits
readBit
private int readBit()
throws IOException
readBits
private int readBits(int number)
throws IOException
reset
private void reset()