The GZipCodec encodes raw bytes to GZip compressed bytes and decodes GZip compressed bytes to raw bytes.
The GZipCodec encodes raw bytes to GZip compressed bytes and decodes GZip compressed bytes to raw bytes.
The difference between ZLibCodec and GZipCodec is that the GZipCodec
wraps the ZLib
compressed bytes in GZip
frames.