org.apache.commons.compress.archivers
Class ArchiveInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.commons.compress.archivers.ArchiveInputStream
All Implemented Interfaces:
java.io.Closeable
Direct Known Subclasses:
ArArchiveInputStream, TarArchiveInputStream, ZipArchiveInputStream

public abstract class ArchiveInputStream
extends java.io.InputStream


Constructor Summary
ArchiveInputStream()
           
 
Method Summary
abstract  ArchiveEntry getNextEntry()
          Returns the next Archive Entry in this Stream.
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveInputStream

public ArchiveInputStream()
Method Detail

getNextEntry

public abstract ArchiveEntry getNextEntry()
                                   throws java.io.IOException
Returns the next Archive Entry in this Stream.

Returns:
the next entry
Throws:
java.io.IOException - if the next entry could not be read