|
|||||||||
| 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
org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
org.apache.commons.compress.archivers.jar.JarArchiveInputStream
public class JarArchiveInputStream
| Constructor Summary | |
|---|---|
JarArchiveInputStream(java.io.InputStream inputStream)
|
|
| Method Summary | |
|---|---|
ArchiveEntry |
getNextEntry()
Returns the next Archive Entry in this Stream. |
static boolean |
matches(byte[] signature)
|
| Methods inherited from class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream |
|---|
read, read |
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarArchiveInputStream(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public ArchiveEntry getNextEntry()
throws java.io.IOException
ArchiveInputStream
getNextEntry in class ZipArchiveInputStreamjava.io.IOException - if the next entry could not be readpublic static boolean matches(byte[] signature)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||