Uses of Package
com.ning.compress
Packages that use com.ning.compress
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).
Package that contains implementation classes that are not part
of public interface of LZF codec.
Package that contains helper classes uses by LZF codec.
-
Classes in com.ning.compress used by com.ning.compressClassDescriptionSimple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.Abstract class that defines "push" style API for various uncompressors (aka decompressors or decoders).
-
Classes in com.ning.compress used by com.ning.compress.gzipClassDescriptionSimple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.Base exception used by compression codecs when encountering a problem with underlying data format, usually due to data corruption.Interface used by
Uncompressor
implementations: receives uncompressed data and processes it appropriately.Abstract class that defines "push" style API for various uncompressors (aka decompressors or decoders). -
Classes in com.ning.compress used by com.ning.compress.lzfClassDescriptionSimple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.Base exception used by compression codecs when encountering a problem with underlying data format, usually due to data corruption.Interface used by
Uncompressor
implementations: receives uncompressed data and processes it appropriately.Abstract class that defines "push" style API for various uncompressors (aka decompressors or decoders). -
Classes in com.ning.compress used by com.ning.compress.lzf.implClassDescriptionSimple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.
-
Classes in com.ning.compress used by com.ning.compress.lzf.utilClassDescriptionSimple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.