Package | Description |
---|---|
java.util.zip |
Modifier and Type | Field and Description |
---|---|
protected Inflater |
InflaterInputStream.inf
The inflater used for this stream.
|
Constructor and Description |
---|
InflaterInputStream(InputStream is,
Inflater inf)
This constructor lets you pass a specifically initialized Inflater,
for example one that expects no ZLIB header.
|
InflaterInputStream(InputStream is,
Inflater inf,
int bsize)
This constructor lets you specify both the
Inflater as well as
the internal buffer size to be used. |