Uses of Class
com.ning.compress.lzf.util.LZFFileOutputStream.Wrapper
Packages that use LZFFileOutputStream.Wrapper
Package
Description
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.WrapperModifier and TypeFieldDescriptionprivate final LZFFileOutputStream.Wrapper
LZFFileOutputStream._wrapper
Wrapper object we use to allow decoder to write directly to the stream, without ending in infinite loop...