Uses of Class
com.ning.compress.lzf.util.LZFFileInputStream.Wrapper
-
Packages that use LZFFileInputStream.Wrapper Package Description com.ning.compress.lzf.util 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.Wrapper Modifier and Type Field Description protected LZFFileInputStream.Wrapper
LZFFileInputStream. _wrapper
Wrapper object we use to allow decoder to read directly from the stream, without ending in infinite loop...
-