|
||||||||||
| 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
Implements an input stream that can read entries from jar files.
| Constructor Summary | |
|---|---|
JarArchiveInputStream(java.io.InputStream inputStream)
|
|
| Method Summary | |
|---|---|
ArchiveEntry |
getNextEntry()
Returns the next Archive Entry in this Stream. |
JarArchiveEntry |
getNextJarEntry()
|
static boolean |
matches(byte[] signature,
int length)
|
| Methods inherited from class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream |
|---|
close, getNextZipEntry, read, skip |
| Methods inherited from class org.apache.commons.compress.archivers.ArchiveInputStream |
|---|
count, getCount, read |
| Methods inherited from class java.io.InputStream |
|---|
available, mark, markSupported, read, reset |
| 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)
| Method Detail |
|---|
public JarArchiveEntry getNextJarEntry()
throws java.io.IOException
java.io.IOException
public ArchiveEntry getNextEntry()
throws java.io.IOException
ArchiveInputStream
getNextEntry in class ZipArchiveInputStreamnull if there are no more entries
java.io.IOException - if the next entry could not be read
public static boolean matches(byte[] signature,
int length)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||