Uses of Class
io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
-
Packages that use Bzip2HuffmanStageDecoder Package Description io.netty.handler.codec.compression -
-
Uses of Bzip2HuffmanStageDecoder in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as Bzip2HuffmanStageDecoder Modifier and Type Field Description private Bzip2HuffmanStageDecoder
Bzip2Decoder. huffmanStageDecoder
Bzip2 Huffman coding stage.Methods in io.netty.handler.codec.compression with parameters of type Bzip2HuffmanStageDecoder Modifier and Type Method 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.
-