✓
public class DeflaterInputStream
extends java.io.FilterInputStream
Fields
- ✓protected final byte[] buf
- ✓protected final java.util.zip.Deflater def
Constructors
- ✓public DeflaterInputStream(java.io.InputStream arg0)
- ✓public DeflaterInputStream(java.io.InputStream arg0, java.util.zip.Deflater arg1)
- ✓public DeflaterInputStream(java.io.InputStream arg0, java.util.zip.Deflater arg1, int arg2)
Methods
- ✓public int available() throws java.io.IOException
- ✓public void close() 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