Package | Description |
---|---|
net.sf.jazzlib |
Modifier and Type | Method and Description |
---|---|
int |
InflaterHuffmanTree.getSymbol(net.sf.jazzlib.StreamManipulator input)
Reads the next symbol from input.
|
int |
Inflater.inflate(byte[] buf)
Inflates the compressed stream to the output buffer.
|
int |
Inflater.inflate(byte[] buf,
int off,
int len)
Inflates the compressed stream to the output buffer.
|
Constructor and Description |
---|
InflaterHuffmanTree(byte[] codeLengths)
Constructs a Huffman tree from the array of code lengths.
|
Copyright © 2009–2017. All rights reserved.