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 |
|
Crc32 |
A CRC32 calculator.
|
DecompressionException |
|
FastLzFrameDecoder.State |
Current state of decompression.
|
JdkZlibDecoder.GzipState |
|
Snappy |
Uncompresses an input ByteBuf encoded with Snappy compression into an
output ByteBuf .
|
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.
|