| Package | Description |
|---|---|
| com.ning.compress.gzip |
Package that contains optimized stream implementations for working
with GZIP.
|
| com.ning.compress.lzf |
Package that contains public API of the LZF codec, as well as some
of the implementation (specifically parts that 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) |
GZIPUncompressor(DataHandler h,
int inputChunkLength,
BufferRecycler bufferRecycler,
GZIPRecycler gzipRecycler) |
| 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,
BufferRecycler bufferRecycler) |
LZFUncompressor(DataHandler handler,
ChunkDecoder dec) |
LZFUncompressor(DataHandler handler,
ChunkDecoder dec,
BufferRecycler bufferRecycler) |
Copyright © 2023 FasterXML. All rights reserved.