Package org.jboss.netty.handler.codec.compression
package org.jboss.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses
ChannelBuffer
s
in a compression format such as zlib
and gzip.-
ClassDescriptionAn
IOException
that is raised when compression or decompression failed.Compresses aChannelBuffer
using the deflate algorithm.Decompresses aChannelBuffer
using the deflate algorithm.Compresses aChannelBuffer
using the deflate algorithm.Utility methods used byZlibEncoder
andZlibDecoder
.The container file formats that wrap the stream compressed by the DEFLATE algorithm.