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 InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
Wrapper
private Wrapper()
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-