|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.apache.commons.compress.archivers.ArchiveInputStream
public abstract class ArchiveInputStream
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 |
---|
public ArchiveInputStream()
Method Detail |
---|
public abstract ArchiveEntry getNextEntry() throws java.io.IOException
java.io.IOException
- if the next entry could not be read
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |