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).
|
Modifier and Type | Field and Description |
---|---|
private PLZFOutputStream |
WriteTask.caller |
Constructor and Description |
---|
WriteTask(java.io.OutputStream output,
java.util.concurrent.Future<LZFChunk> lzfFuture,
PLZFOutputStream caller) |