| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.compression |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdkZlibDecoder
Decompress a
ByteBuf using the inflate algorithm. |
class |
JZlibDecoder |
| 限定符和类型 | 方法和说明 |
|---|---|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder() |
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(byte[] dictionary) |
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(ZlibWrapper wrapper) |