public class JarInputStream extends ZipInputStream
buf, inf, len
in
CENATT, 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, skip
fill, read
mark, markSupported, read, reset
public JarInputStream(InputStream var0, boolean var1) throws IOException
IOException
public JarInputStream(InputStream var0) throws IOException
IOException
public Manifest getManifest()
public JarEntry getNextJarEntry() throws IOException
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
read
in class ZipInputStream
IOException
public ZipEntry getNextEntry() throws IOException
getNextEntry
in class ZipInputStream
IOException
protected ZipEntry createZipEntry(String var0)
createZipEntry
in class ZipInputStream