Package | Description |
---|---|
com.ning.compress.gzip |
Package that contains optimized stream implementations for working
with GZIP: they internally use JDK provided efficient ZLIB codecs,
but add appropriate reuse to specifically improve handling of relatively
short compressed data.
|
com.ning.compress.lzf |
Package that contains public API of the LZF codec, as well as some
of implementation, specifically parts are designed to be overridable.
|
Modifier and Type | Field and Description |
---|---|
protected DataHandler |
GZIPUncompressor._handler
Handler that will receive uncompressed data.
|
Constructor and Description |
---|
GZIPUncompressor(DataHandler h) |
GZIPUncompressor(DataHandler h,
int inputChunkLength) |
Modifier and Type | Field and Description |
---|---|
protected DataHandler |
LZFUncompressor._handler
Handler that will receive uncompressed data.
|
Constructor and Description |
---|
LZFUncompressor(DataHandler handler) |
LZFUncompressor(DataHandler handler,
ChunkDecoder dec) |
Copyright © 2013. All rights reserved.