Package net.lingala.zip4j.io
Class BaseInputStream
- java.lang.Object
-
- java.io.InputStream
-
- net.lingala.zip4j.io.BaseInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
PartInputStream
public abstract class BaseInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description BaseInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intavailable()UnzipEnginegetUnzipEngine()intread()voidseek(long pos)-
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
seek
public void seek(long pos) throws IOException- Throws:
IOException
-
available
public int available() throws IOException- Overrides:
availablein classInputStream- Throws:
IOException
-
getUnzipEngine
public UnzipEngine getUnzipEngine()
-
-