net.lingala.zip4j.io
Class BaseInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by net.lingala.zip4j.io.BaseInputStream
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
PartInputStream

public abstract class BaseInputStream
extends InputStream


Constructor Summary
BaseInputStream()
           
 
Method Summary
 int available()
           
 UnzipEngine getUnzipEngine()
           
 int read()
           
 void seek(long pos)
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseInputStream

public BaseInputStream()
Method Detail

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.