JdkZlibDecoder(ZlibWrapper wrapper) |
Deprecated.
|
JdkZlibDecoder(ZlibWrapper wrapper,
boolean decompressConcatenated) |
Deprecated.
|
JdkZlibDecoder(ZlibWrapper wrapper,
boolean decompressConcatenated,
int maxAllocation) |
|
JdkZlibDecoder(ZlibWrapper wrapper,
int maxAllocation) |
Creates a new instance with the specified wrapper and maximum buffer allocation.
|
JdkZlibEncoder(ZlibWrapper wrapper) |
Creates a new zlib encoder with a compression level of (6)
and the specified wrapper.
|
JdkZlibEncoder(ZlibWrapper wrapper,
int compressionLevel) |
Creates a new zlib encoder with the specified compressionLevel
and the specified wrapper.
|
JZlibDecoder(ZlibWrapper wrapper) |
Deprecated.
|
JZlibDecoder(ZlibWrapper wrapper,
int maxAllocation) |
Creates a new instance with the specified wrapper and maximum buffer allocation.
|
JZlibEncoder(ZlibWrapper wrapper) |
Creates a new zlib encoder with the default compression level (6),
default window bits (15), default memory level (8),
and the specified wrapper.
|
JZlibEncoder(ZlibWrapper wrapper,
int compressionLevel) |
Creates a new zlib encoder with the specified compressionLevel,
default window bits (15), default memory level (8),
and the specified wrapper.
|
JZlibEncoder(ZlibWrapper wrapper,
int compressionLevel,
int windowBits,
int memLevel) |
Creates a new zlib encoder with the specified compressionLevel,
the specified windowBits, the specified memLevel, and
the specified wrapper.
|