| Package | Description |
|---|---|
| com.ning.compress.lzf.util |
Package that contains helper classes uses by LZF codec.
|
| 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 © 2014. All Rights Reserved.