- Z_BEST_COMPRESSION - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_BEST_SPEED - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_BUF_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_DATA_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_DEFAULT_COMPRESSION - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_DEFAULT_STRATEGY - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_ERRNO - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_FILTERED - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_FINISH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_FULL_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_HUFFMAN_ONLY - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_MEM_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_NEED_DICT - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_NO_COMPRESSION - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_NO_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_OK - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_PARTIAL_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_STREAM_END - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_STREAM_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_SYNC_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- Z_VERSION_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
-
- ZlibDecoder - org.jboss.netty.handler.codec.compression中的类
-
- ZlibDecoder() - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibDecoder
-
- ZlibDecoder(ZlibWrapper) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibDecoder
-
Creates a new instance with the specified wrapper.
- ZlibDecoder(byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibDecoder
-
Creates a new instance with the specified preset dictionary.
- ZlibEncoder - org.jboss.netty.handler.codec.compression中的类
-
- ZlibEncoder() - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6
),
default window bits (
15
), default memory level (
8
),
and the default wrapper (
ZlibWrapper.ZLIB
).
- ZlibEncoder(int) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel
,
default window bits (
15
), default memory level (
8
),
and the default wrapper (
ZlibWrapper.ZLIB
).
- ZlibEncoder(ZlibWrapper) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the default compression level (6
),
default window bits (15
), default memory level (8
),
and the specified wrapper.
- ZlibEncoder(ZlibWrapper, int) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the specified compressionLevel
,
default window bits (15
), default memory level (8
),
and the specified wrapper.
- ZlibEncoder(ZlibWrapper, int, int, int) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the specified compressionLevel
,
the specified windowBits
, the specified memLevel
, and
the specified wrapper.
- ZlibEncoder(byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the default compression level (6
),
default window bits (15
), default memory level (8
),
and the specified preset dictionary.
- ZlibEncoder(int, byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the specified compressionLevel
,
default window bits (15
), default memory level (8
),
and the specified preset dictionary.
- ZlibEncoder(int, int, int, byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
-
Creates a new zlib encoder with the specified compressionLevel
,
the specified windowBits
, the specified memLevel
,
and the specified preset dictionary.
- ZlibWrapper - org.jboss.netty.handler.codec.compression中的枚举
-
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
- ZStream - org.jboss.netty.util.internal.jzlib中的类
-
- ZStream() - 类 的构造器org.jboss.netty.util.internal.jzlib.ZStream
-