| Package | Description |
|---|---|
| io.netty.handler.codec.compression |
| Modifier and Type | Field and Description |
|---|---|
private Bzip2HuffmanStageDecoder |
Bzip2Decoder.huffmanStageDecoder
Bzip2 Huffman coding stage.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
Bzip2BlockDecompressor.decodeHuffmanData(Bzip2HuffmanStageDecoder huffmanDecoder)
Reads the Huffman encoded data from the input stream, performs Run-Length Decoding and
applies the Move To Front transform to reconstruct the Burrows-Wheeler Transform array.
|