public class ZlibInStream extends InStream
Modifier and Type | Field and Description |
---|---|
private int |
bufSize |
private int |
bytesIn |
(package private) static int |
defaultBufSize |
private java.util.zip.Inflater |
inflater |
private int |
ptrOffset |
private InStream |
underlying |
b, end, maxStringLength, ptr
Constructor and Description |
---|
ZlibInStream() |
ZlibInStream(int bufSize_) |
Modifier and Type | Method and Description |
---|---|
private void |
decompress() |
protected int |
overrun(int itemSize,
int nItems) |
int |
pos() |
void |
reset() |
void |
setUnderlying(InStream is,
int bytesIn_) |
bytesAvailable, check, check, getbuf, getend, getptr, readBytes, readOpaque16, readOpaque24A, readOpaque24B, readOpaque32, readOpaque8, readS16, readS32, readS8, readString, readU16, readU32, readU8, setptr, skip
static final int defaultBufSize
private InStream underlying
private int bufSize
private int ptrOffset
private java.util.zip.Inflater inflater
private int bytesIn
public ZlibInStream()
public ZlibInStream(int bufSize_)
private void decompress() throws java.lang.Exception
java.lang.Exception
protected int overrun(int itemSize, int nItems) throws java.lang.Exception
public void reset() throws java.lang.Exception
java.lang.Exception
public void setUnderlying(InStream is, int bytesIn_)