Uses of Class
com.ning.compress.lzf.LZFOutputStream
Packages that use LZFOutputStream
Package
Description
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 LZFOutputStreamModifier and TypeMethodDescriptionLZFOutputStream.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.setFinishBlockOnFlush
(boolean b) Method for defining whether call toflush()
will also complete current block (similar to callingfinishBlock()
) or not.