Class CompressTask
java.lang.Object
com.ning.compress.lzf.parallel.CompressTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BlockManagerprotected byte[]private static final ThreadLocal<ChunkEncoder> protected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionCompressTask(byte[] input, int offset, int length, BlockManager blockManager) CompressTask(byte[] input, BlockManager blockManager) -
Method Summary
-
Field Details
-
ENCODER
-
data
protected byte[] data -
offset
protected int offset -
length
protected int length -
blockManager
-
-
Constructor Details
-
CompressTask
-
CompressTask
-
-
Method Details
-
call
-