✓
public class InflaterInputStream
extends java.io.FilterInputStream
Fields
- ✓protected byte[] buf
- ✓protected java.util.zip.Inflater inf
- ✓protected int len
Constructors
- ✓public InflaterInputStream(java.io.InputStream arg0)
- ✓public InflaterInputStream(java.io.InputStream arg0, java.util.zip.Inflater arg1)
- ✓public InflaterInputStream(java.io.InputStream arg0, java.util.zip.Inflater arg1, int arg2)
Methods
- ✓public int available() throws java.io.IOException
- ✓public void close() throws java.io.IOException
- ✓protected void fill() throws java.io.IOException
- ✓public void mark(int arg0)
- ✓public boolean markSupported()
- ✓public int read() throws java.io.IOException
- ✓public int read(byte[] arg0, int arg1, int arg2) throws java.io.IOException
- ✓public void reset() throws java.io.IOException
- ✓public long skip(long arg0) throws java.io.IOException