Uses of Class
com.ning.compress.lzf.LZFOutputStream
-
Packages that use LZFOutputStream Package Description com.ning.compress.lzf Package that contains public API of the LZF codec, as well as some of the implementation (specifically parts that are designed to be overridable). -
-
Uses of LZFOutputStream in com.ning.compress.lzf
Methods in com.ning.compress.lzf that return LZFOutputStream Modifier and Type Method Description LZFOutputStream
LZFOutputStream. 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.LZFOutputStream
LZFOutputStream. setFinishBlockOnFlush(boolean b)
Method for defining whether call toflush()
will also complete current block (similar to callingfinishBlock()
) or not.
-