public class ZipInputStream extends InflaterInputStream implements ZipConstants
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 |
|---|
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, readmark, markSupported, read, resetpublic ZipInputStream(InputStream var0)
public void close()
throws IOException
close in class InflaterInputStreamIOExceptionpublic void closeEntry()
throws IOException
IOExceptionpublic ZipEntry getNextEntry() throws IOException
IOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class InflaterInputStreamIOExceptionpublic long skip(long var0)
throws IOException
skip in class InflaterInputStreamIOExceptionpublic int available()
throws IOException
available in class InflaterInputStreamIOException