Uses of Package
com.ning.compress.lzf
Packages that use com.ning.compress.lzf
Package
Description
Package that contains public API of the LZF codec, as well as some
of the implementation (specifically parts that are designed to be overridable).
Package that contains implementation classes that are not part
of public interface of LZF codec.
Package that contains parallel implementation of LZF compressor: granularity
is at chunk-level, so that each processing thread operates on a single chunk
at a time (and conversely, no chunk is "split" across threads).
Package that contains helper classes uses by LZF codec.
-
Classes in com.ning.compress.lzf used by com.ning.compress.lzfClassDescriptionDecoder that handles decoding of sequence of encoded LZF chunks, combining them into a single contiguous result byte array.Class that handles actual encoding of individual chunks.Helper class used to store LZF encoded segments (compressed and non-compressed) that can be sequenced to produce LZF files/streams.Decorator
OutputStream
implementation that will compress output using LZF compression algorithm, given uncompressed input to write. -
Classes in com.ning.compress.lzf used by com.ning.compress.lzf.implClassDescriptionDecoder that handles decoding of sequence of encoded LZF chunks, combining them into a single contiguous result byte array.Class that handles actual encoding of individual chunks.
-
Classes in com.ning.compress.lzf used by com.ning.compress.lzf.parallelClassDescriptionClass that handles actual encoding of individual chunks.Helper class used to store LZF encoded segments (compressed and non-compressed) that can be sequenced to produce LZF files/streams.
-
Classes in com.ning.compress.lzf used by com.ning.compress.lzf.utilClassDescriptionDecoder that handles decoding of sequence of encoded LZF chunks, combining them into a single contiguous result byte array.Class that handles actual encoding of individual chunks.