Uses of Class
com.ning.compress.lzf.LZFChunk

Packages that use LZFChunk
Package
Description
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 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).