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| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 InflaterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InflaterInputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InflaterInputStreamIOExceptionprotected void fill()
throws IOException
fill 在类中 InflaterInputStreamIOExceptionCopyright © 2019. All rights reserved.