Uses of Class
com.ning.compress.lzf.util.LZFFileOutputStream

Packages that use LZFFileOutputStream
com.ning.compress.lzf.util   
 

Uses of LZFFileOutputStream in com.ning.compress.lzf.util
 

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



Copyright © 2011. All Rights Reserved.