public class InflaterInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf |
protected Inflater |
inf |
protected int |
len |
in| Constructor and Description |
|---|
InflaterInputStream(InputStream var0) |
InflaterInputStream(InputStream var0,
Inflater var1) |
InflaterInputStream(InputStream var0,
Inflater var1,
int var2) |
protected Inflater inf
protected byte[] buf
protected int len
public InflaterInputStream(InputStream var0)
public InflaterInputStream(InputStream var0, Inflater var1)
public InflaterInputStream(InputStream var0, Inflater var1, int var2)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class FilterInputStreamIOExceptionprotected void fill()
throws IOException
IOExceptionpublic long skip(long var0)
throws IOException
skip in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in class FilterInputStreamIOExceptionCopyright © 2006-2016 OSGi Alliance. All Rights Reserved.