Uses of Class
com.ning.compress.lzf.parallel.BlockManager
-
Packages that use BlockManager Package Description 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). -
-
Uses of BlockManager in com.ning.compress.lzf.parallel
Fields in com.ning.compress.lzf.parallel declared as BlockManager Modifier and Type Field Description protected BlockManager
CompressTask. blockManager
private BlockManager
PLZFOutputStream. blockManager
Constructors in com.ning.compress.lzf.parallel with parameters of type BlockManager Constructor Description CompressTask(byte[] input, int offset, int length, BlockManager blockManager)
CompressTask(byte[] input, BlockManager blockManager)
-