Package | Description |
---|---|
io.netty.handler.codec.compression |
Modifier and Type | Class and Description |
---|---|
private static class |
ByteBufChecksum.ReflectiveByteBufChecksum |
private static class |
ByteBufChecksum.SlowByteBufChecksum |
(package private) class |
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).
|
Modifier and Type | Field and Description |
---|---|
private ByteBufChecksum |
JdkZlibDecoder.crc |
Modifier and Type | Method and Description |
---|---|
(package private) static ByteBufChecksum |
ByteBufChecksum.wrapChecksum(java.util.zip.Checksum checksum) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
CompressionUtil.checkChecksum(ByteBufChecksum checksum,
ByteBuf uncompressed,
int currentChecksum) |