Uses of Class
io.netty.handler.codec.compression.Crc32
-
Packages that use Crc32 Package Description io.netty.handler.codec.compression -
-
Uses of Crc32 in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as Crc32 Modifier and Type Field Description private Crc32
Bzip2BlockCompressor. crc
CRC builder for the block.private Crc32
Bzip2BlockDecompressor. crc
Calculates the block CRC from the fully decoded bytes of the block.
-