public class ZipInflaterInputStream extends InflaterInputStream
InflaterInputStream that supports the writing of an extra "dummy" byte (which
is required with JDK 6) and returns accurate available() results.buf, inf, lenin| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
protected void |
fill() |
int |
read(byte[] b,
int off,
int len) |
mark, markSupported, read, reset, skipreadpublic int available()
throws IOException
available in class InflaterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InflaterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InflaterInputStreamIOExceptionprotected void fill()
throws IOException
fill in class InflaterInputStreamIOExceptionCopyright © 2024. All rights reserved.