| Modifier and Type | Field and Description |
|---|---|
protected Inflater |
InflaterInputStream.inf
Decompressor for this stream.
|
| Constructor and Description |
|---|
InflaterInputStream(InputStream in,
Inflater inf)
Creates a new input stream with the specified decompressor and a
default buffer size.
|
InflaterInputStream(InputStream in,
Inflater inf,
int size)
Creates a new input stream with the specified decompressor and
buffer size.
|
Copyright © 2018 API Design. All Rights Reserved.