Package com.ning.compress.lzf.util
Class LZFFileInputStream.Wrapper
java.lang.Object
java.io.InputStream
com.ning.compress.lzf.util.LZFFileInputStream.Wrapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
LZFFileInputStream
This simple wrapper is needed to re-route read calls so that they will
use "raw" reads
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
Wrapper
private Wrapper()
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-