|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.jboss.netty.handler.codec.oneone.OneToOneDecoder
org.jboss.netty.handler.codec.compression.ZlibDecoder
public class ZlibDecoder

Decompresses a ChannelBuffer using the deflate algorithm.
| 嵌套类摘要 |
|---|
| 从接口 org.jboss.netty.channel.ChannelHandler 继承的嵌套类/接口 |
|---|
ChannelHandler.Sharable |
| 构造方法摘要 | |
|---|---|
ZlibDecoder()
Creates a new instance with the default wrapper ( ZlibWrapper.ZLIB). |
|
ZlibDecoder(byte[] dictionary)
Creates a new instance with the specified preset dictionary. |
|
ZlibDecoder(ZlibWrapper wrapper)
Creates a new instance with the specified wrapper. |
|
| 方法摘要 | |
|---|---|
boolean |
isClosed()
Returns true if and only if the end of the compressed stream
has been reached. |
| 从类 org.jboss.netty.handler.codec.oneone.OneToOneDecoder 继承的方法 |
|---|
handleUpstream |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ZlibDecoder()
ZlibWrapper.ZLIB).
CompressionException - if failed to initialize zlibpublic ZlibDecoder(ZlibWrapper wrapper)
CompressionException - if failed to initialize zlibpublic ZlibDecoder(byte[] dictionary)
ZlibWrapper.ZLIB because it is the only format that
supports the preset dictionary.
CompressionException - if failed to initialize zlib| 方法详细信息 |
|---|
public boolean isClosed()
true if and only if the end of the compressed stream
has been reached.
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||