ChannelBuffers
in a compression format such as zlib
and gzip.请参阅: 说明
| 类 | 说明 |
|---|---|
| JdkZlibEncoder |
Compresses a
ChannelBuffer using the deflate algorithm. |
| ZlibDecoder |
Decompresses a
ChannelBuffer using the deflate algorithm. |
| ZlibEncoder |
Compresses a
ChannelBuffer using the deflate algorithm. |
| 枚举 | 说明 |
|---|---|
| ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
| 异常错误 | 说明 |
|---|---|
| CompressionException |
An
IOException that is raised when compression or decompression
failed. |
ChannelBuffers
in a compression format such as zlib
and gzip.