Javadoc for package XXX

Packages 
Package Description
com.ning.compress
Package that contains part of public API that is shared between all different compression codecs.
com.ning.compress.gzip
Package that contains optimized stream implementations for working with GZIP.
com.ning.compress.lzf
Package that contains public API of the LZF codec, as well as some of the implementation (specifically parts that are designed to be overridable).
com.ning.compress.lzf.impl
Package that contains implementation classes that are not part of public interface of LZF codec.
com.ning.compress.lzf.parallel
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).
com.ning.compress.lzf.util
Package that contains helper classes uses by LZF codec.