net.lingala.zip4j.io
Class BaseInputStream
java.lang.Object
java.io.InputStream
net.lingala.zip4j.io.BaseInputStream
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- PartInputStream
public abstract class BaseInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseInputStream
public BaseInputStream()
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
seek
public void seek(long pos)
throws IOException
- Throws:
IOException
available
public int available()
throws IOException
- Overrides:
available
in class InputStream
- Throws:
IOException
getUnzipEngine
public UnzipEngine getUnzipEngine()
Copyright © 2012. All Rights Reserved.