InflaterHuffmanTree |
InflaterDynHeader.buildDistTree() |
|
InflaterHuffmanTree |
InflaterDynHeader.buildLitLenTree() |
|
private void |
InflaterHuffmanTree.buildTree(byte[] codeLengths) |
|
private boolean |
Inflater.decode() |
Decodes the deflated stream.
|
boolean |
InflaterDynHeader.decode(StreamManipulator input) |
|
private boolean |
Inflater.decodeChksum() |
Decodes the adler checksum after the deflate stream.
|
private boolean |
Inflater.decodeHeader() |
Decodes the deflate header.
|
private boolean |
Inflater.decodeHuffman() |
Decodes the huffman encoded symbols in the input stream.
|
int |
InflaterHuffmanTree.getSymbol(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.
|