| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.compression |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkZlibDecoder
使用膨胀算法解压缩 ByteBuf 。
|
class |
JZlibDecoder |
| Modifier and Type | Method and Description |
|---|---|
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder() |
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(byte[] dictionary) |
static ZlibDecoder |
ZlibCodecFactory.newZlibDecoder(ZlibWrapper wrapper) |
Copyright © 2008–2018 The Netty Project. All rights reserved.