Package com.ning.compress
package com.ning.compress
Package that contains part of public API that is shared between all different
compression codecs.
-
ClassDescriptionSimple 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).Simple wrapper or wrapper aroundUncompressor
, to help with inter-operability.