Uses of Class
com.ning.compress.lzf.util.LZFFileOutputStream
-
Packages that use LZFFileOutputStream Package Description com.ning.compress.lzf.util 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 LZFFileOutputStream Modifier and Type Method 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 toflush()
will also complete current block (similar to callingfinishBlock()
) or not.
-