Uses of Class
com.ning.compress.Uncompressor
Packages that use Uncompressor
Package
Description
Package that contains part of public API that is shared between all different
compression codecs.
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 Uncompressor in com.ning.compress
Fields in com.ning.compress declared as UncompressorModifier and TypeFieldDescriptionprotected final Uncompressor
UncompressorOutputStream._uncompressor
Constructors in com.ning.compress with parameters of type Uncompressor -
Uses of Uncompressor in com.ning.compress.gzip
Subclasses of Uncompressor in com.ning.compress.gzipModifier and TypeClassDescriptionclass
Uncompressor
implementation for uncompressing GZIP encoded data in "push" mode, in which input is not read usingInputStream
but rather pushed to uncompressor in variable length chunks. -
Uses of Uncompressor in com.ning.compress.lzf
Subclasses of Uncompressor in com.ning.compress.lzfModifier and TypeClassDescriptionclass
Uncompressor
implementation for uncompressing LZF encoded data in "push" mode, in which input is not read usingInputStream
but rather pushed to uncompressor in variable length chunks.