Uses of Class
com.ning.compress.lzf.util.LZFFileInputStream.Wrapper
Packages that use LZFFileInputStream.Wrapper
Package
Description
Package that contains helper classes uses by LZF codec.
-
Uses of LZFFileInputStream.Wrapper in com.ning.compress.lzf.util
Fields in com.ning.compress.lzf.util declared as LZFFileInputStream.WrapperModifier and TypeFieldDescriptionprotected final LZFFileInputStream.Wrapper
LZFFileInputStream._wrapper
Wrapper object we use to allow decoder to read directly from the stream, without ending in infinite loop...