public class ZipInputStream extends InflaterInputStream implements ZipConstants
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 |
---|
ZipInputStream(InputStream var0) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
closeEntry() |
protected ZipEntry |
createZipEntry(String var0) |
ZipEntry |
getNextEntry() |
int |
read(byte[] var0,
int var1,
int var2) |
long |
skip(long var0) |
fill, read
mark, markSupported, read, reset
public ZipInputStream(InputStream var0)
public void close() throws IOException
close
in class InflaterInputStream
IOException
public void closeEntry() throws IOException
IOException
public ZipEntry getNextEntry() throws IOException
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
read
in class InflaterInputStream
IOException
public long skip(long var0) throws IOException
skip
in class InflaterInputStream
IOException
public int available() throws IOException
available
in class InflaterInputStream
IOException