Package | Description |
---|---|
io.netty.handler.codec.compression |
Class and Description |
---|
ByteBufChecksum
Checksum implementation which can directly act on a ByteBuf . |
ByteBufChecksum.SlowByteBufChecksum |
Bzip2BitReader
An bit reader that allows the reading of single bit booleans, bit strings of
arbitrary length (up to 32 bits), and bit aligned 32-bit integers.
|
Bzip2BitWriter
A bit writer that allows the writing of single bit booleans, unary numbers, bit strings
of arbitrary length (up to 32 bits), and bit aligned 32-bit integers.
|
Bzip2BlockCompressor
Compresses and writes a single Bzip2 block.
Block encoding consists of the following stages: 1. |
Bzip2BlockDecompressor
Reads and decompresses a single Bzip2 block.
Block decoding consists of the following stages: 1. |
Bzip2Decoder.State
Current state of stream.
|
Bzip2DivSufSort.PartitionResult |
Bzip2DivSufSort.TRBudget |
Bzip2Encoder.State
Current state of stream.
|
Bzip2HuffmanStageDecoder
A decoder for the Bzip2 Huffman coding stage.
|
Bzip2MoveToFrontTable
A 256 entry Move To Front transform.
|
CompressionException
An
EncoderException that is raised when compression failed. |
Crc32
A CRC32 calculator.
|
DecompressionException
A
DecoderException that is raised when decompression failed. |
FastLzFrameDecoder.State
Current state of decompression.
|
JdkZlibDecoder.GzipState |
Snappy |
Snappy.State |
SnappyFrameDecoder
Uncompresses a
ByteBuf encoded with the Snappy framing format. |
SnappyFrameDecoder.ChunkType |
SnappyFrameEncoder
Compresses a
ByteBuf using the Snappy framing format. |
ZlibDecoder
Decompresses a
ByteBuf using the deflate algorithm. |
ZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|