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 FilterInputStream
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
read
in class FilterInputStream
IOException
protected void fill() throws IOException
IOException
public long skip(long var0) throws IOException
skip
in class FilterInputStream
IOException
public int available() throws IOException
available
in class FilterInputStream
IOException
public void close() throws IOException
close
in class FilterInputStream
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.