Uses of Package
com.ning.compress.lzf.parallel
Packages that use com.ning.compress.lzf.parallel
Package
Description
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).
-
Classes in com.ning.compress.lzf.parallel used by com.ning.compress.lzf.parallelClassDescriptionDecorator
OutputStream
implementation that will compress output using LZF compression algorithm, given uncompressed input to write.