java.util.zip
Class InflaterInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
- Direct Known Subclasses:
- GZIPInputStream, ZipInputStream
public class InflaterInputStream
- extends FilterInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inf
protected Inflater inf
buf
protected byte[] buf
len
protected int len
InflaterInputStream
public InflaterInputStream(InputStream var0)
InflaterInputStream
public InflaterInputStream(InputStream var0,
Inflater var1)
InflaterInputStream
public InflaterInputStream(InputStream var0,
Inflater var1,
int var2)
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
fill
protected void fill()
throws IOException
- Throws:
IOException
skip
public long skip(long var0)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
available
public int available()
throws IOException
- Overrides:
available
in class FilterInputStream
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.