Class | Description |
---|---|
Crc32c |
Implements CRC32-C as defined in:
"Optimization of Cyclic Redundancy-CHeck Codes with 24 and 32 Parity Bits",
IEEE Transactions on Communications 41(6): 883-892 (1993).
|
JdkZlibDecoder |
Decompress a
ByteBuf using the inflate algorithm. |
JdkZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
JZlibDecoder | |
JZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
Snappy | |
SnappyFramedDecoder |
Uncompresses a
ByteBuf encoded with the Snappy framing format. |
SnappyFramedEncoder |
Compresses a
ByteBuf using the Snappy framing format. |
ZlibCodecFactory |
Creates a new
ZlibEncoder and a new ZlibDecoder . |
ZlibDecoder |
Decompresses a
ByteBuf using the deflate algorithm. |
ZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
ZlibUtil |
Utility methods used by
JZlibEncoder and JZlibDecoder . |
Enum | Description |
---|---|
JdkZlibDecoder.GzipState | |
Snappy.State | |
SnappyFramedDecoder.ChunkType | |
ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
Exception | Description |
---|---|
CompressionException |
An
EncoderException that is raised when compression failed. |
DecompressionException |
A
DecoderException that is raised when decompression failed. |