✓
public class Inflater
extends java.lang.Object
Constructors
- ✓public Inflater()
- ✓public Inflater(boolean arg0)
Methods
- ✓public void end()
- ✓public boolean finished()
- ✓public int getAdler()
- ✓public long getBytesRead()
- ✓public long getBytesWritten()
- ✓public int getRemaining()
- ✓public int getTotalIn()
- ✓public int getTotalOut()
- ✓public int inflate(byte[] arg0) throws java.util.zip.DataFormatException
- ✓public int inflate(byte[] arg0, int arg1, int arg2) throws java.util.zip.DataFormatException
- ✓public int inflate(java.nio.ByteBuffer arg0) throws java.util.zip.DataFormatException
- ✓public boolean needsDictionary()
- ✓public boolean needsInput()
- ✓public void reset()
- ✓public void setDictionary(byte[] arg0)
- ✓public void setDictionary(byte[] arg0, int arg1, int arg2)
- ✓public void setDictionary(java.nio.ByteBuffer arg0)
- ✓public void setInput(byte[] arg0)
- ✓public void setInput(byte[] arg0, int arg1, int arg2)
- ✓public void setInput(java.nio.ByteBuffer arg0)