Uses of Interface
com.ning.compress.DataHandler
Packages that use DataHandler
Package
Description
Package that contains optimized stream implementations for working
with GZIP.
Package that contains public API of the LZF codec, as well as some
of the implementation (specifically parts that are designed to be overridable).
-
Uses of DataHandler in com.ning.compress.gzip
Fields in com.ning.compress.gzip declared as DataHandlerModifier and TypeFieldDescriptionprotected final DataHandler
GZIPUncompressor._handler
Handler that will receive uncompressed data.Constructors in com.ning.compress.gzip with parameters of type DataHandlerModifierConstructorDescriptionGZIPUncompressor
(DataHandler h, int inputChunkLength) GZIPUncompressor
(DataHandler h, int inputChunkLength, BufferRecycler bufferRecycler, GZIPRecycler gzipRecycler) -
Uses of DataHandler in com.ning.compress.lzf
Fields in com.ning.compress.lzf declared as DataHandlerModifier and TypeFieldDescriptionprotected final DataHandler
LZFUncompressor._handler
Handler that will receive uncompressed data.Constructors in com.ning.compress.lzf with parameters of type DataHandlerModifierConstructorDescriptionLZFUncompressor
(DataHandler handler) LZFUncompressor
(DataHandler handler, BufferRecycler bufferRecycler) LZFUncompressor
(DataHandler handler, ChunkDecoder dec) LZFUncompressor
(DataHandler handler, ChunkDecoder dec, BufferRecycler bufferRecycler)