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.
  • Class
    Description
    Simple 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).
  • Class
    Description
    Simple 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).
  • Class
    Description
    Simple 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).
  • Class
    Description
    Simple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.
  • Class
    Description
    Simple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.