Uses of Class
com.ning.compress.lzf.util.LZFFileOutputStream
Packages that use LZFFileOutputStream
Package
Description
Package that contains helper classes uses by LZF codec.
-
Uses of LZFFileOutputStream in com.ning.compress.lzf.util
Methods in com.ning.compress.lzf.util that return LZFFileOutputStreamModifier and TypeMethodDescriptionLZFFileOutputStream.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.setFinishBlockOnFlush
(boolean b) Method for defining whether call toflush()
will also complete current block (similar to callingfinishBlock()
) or not.