Package com.ning.compress
Package that contains part of public API that is shared between all different
compression codecs.
-
Interface Summary Interface Description DataHandler Interface used byUncompressorimplementations: receives uncompressed data and processes it appropriately. -
Class Summary Class Description BufferRecycler Simple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.Uncompressor Abstract class that defines "push" style API for various uncompressors (aka decompressors or decoders).UncompressorOutputStream Simple wrapper or wrapper aroundUncompressor, to help with inter-operability. -
Exception Summary Exception Description CompressionFormatException Base exception used by compression codecs when encountering a problem with underlying data format, usually due to data corruption.