public class JarInputStream extends ZipInputStream
buf, inf, leninCENATT, CENATX, CENCOM, CENCRC, CENDSK, CENEXT, CENFLG, CENHDR, CENHOW, CENLEN, CENNAM, CENOFF, CENSIG, CENSIZ, CENTIM, CENVEM, CENVER, ENDCOM, ENDHDR, ENDOFF, ENDSIG, ENDSIZ, ENDSUB, ENDTOT, EXTCRC, EXTHDR, EXTLEN, EXTSIG, EXTSIZ, LOCCRC, LOCEXT, LOCFLG, LOCHDR, LOCHOW, LOCLEN, LOCNAM, LOCSIG, LOCSIZ, LOCTIM, LOCVER| Constructor and Description |
|---|
JarInputStream(InputStream var0) |
JarInputStream(InputStream var0,
boolean var1) |
| Modifier and Type | Method and Description |
|---|---|
protected ZipEntry |
createZipEntry(String var0) |
Manifest |
getManifest() |
ZipEntry |
getNextEntry() |
JarEntry |
getNextJarEntry() |
int |
read(byte[] var0,
int var1,
int var2) |
available, close, closeEntry, skipfill, readmark, markSupported, read, resetpublic JarInputStream(InputStream var0, boolean var1) throws IOException
IOExceptionpublic JarInputStream(InputStream var0) throws IOException
IOExceptionpublic Manifest getManifest()
public JarEntry getNextJarEntry() throws IOException
IOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class ZipInputStreamIOExceptionpublic ZipEntry getNextEntry() throws IOException
getNextEntry in class ZipInputStreamIOExceptionprotected ZipEntry createZipEntry(String var0)
createZipEntry in class ZipInputStream