Package | Description |
---|---|
com.ning.compress.lzf.util |
Modifier and Type | Method and Description |
---|---|
LZFFileOutputStream |
LZFFileOutputStream.finishBlock()
Method that can be used to force completion of the current block,
which means that all buffered data will be compressed into an
LZF block.
|
LZFFileOutputStream |
LZFFileOutputStream.setFinishBlockOnFlush(boolean b)
Method for defining whether call to
flush() will also complete
current block (similar to calling finishBlock() ) or not. |
Copyright © 2013. All Rights Reserved.