public class TInflater extends Object
Constructor and Description |
---|
TInflater() |
TInflater(boolean noHeader) |
Modifier and Type | Method and Description |
---|---|
void |
end() |
protected void |
finalize() |
boolean |
finished() |
int |
getAdler() |
long |
getBytesRead() |
long |
getBytesWritten() |
int |
getRemaining() |
int |
getTotalIn() |
int |
getTotalOut() |
int |
inflate(byte[] buf) |
int |
inflate(byte[] buf,
int off,
int nbytes) |
boolean |
needsDictionary() |
boolean |
needsInput() |
void |
reset() |
void |
setDictionary(byte[] buf) |
void |
setDictionary(byte[] buf,
int off,
int nbytes) |
void |
setInput(byte[] buf) |
void |
setInput(byte[] buf,
int off,
int nbytes) |
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[] buf) throws TDataFormatException
TDataFormatException
public int inflate(byte[] buf, int off, int nbytes) throws TDataFormatException
TDataFormatException
public boolean needsDictionary()
public boolean needsInput()
public void reset()
public void setDictionary(byte[] buf)
public void setDictionary(byte[] buf, int off, int nbytes)
public void setInput(byte[] buf)
public void setInput(byte[] buf, int off, int nbytes)
Copyright © 2019. All rights reserved.