Uses of Class
com.ning.compress.lzf.LZFOutputStream

Packages that use LZFOutputStream
com.ning.compress.lzf   
 

Uses of LZFOutputStream in com.ning.compress.lzf
 

Methods in com.ning.compress.lzf that return LZFOutputStream
 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 to flush() will also complete current block (similar to calling finishBlock()) or not.
 



Copyright © 2011. All Rights Reserved.