Uses of Class
com.ning.compress.lzf.util.LZFFileOutputStream.Wrapper
-
Packages that use LZFFileOutputStream.Wrapper Package Description com.ning.compress.lzf.util Package that contains helper classes uses by LZF codec. -
-
Uses of LZFFileOutputStream.Wrapper in com.ning.compress.lzf.util
Fields in com.ning.compress.lzf.util declared as LZFFileOutputStream.Wrapper Modifier and Type Field Description private LZFFileOutputStream.Wrapper
LZFFileOutputStream. _wrapper
Wrapper object we use to allow decoder to write directly to the stream, without ending in infinite loop...
-