InflaterInputStream Members

InflaterInputStream Members

Class Overview | This Package | All Packages

Fields
Name Description
buf Input buffer for decompression.
inf Decompressor for this stream.
len Length of input buffer.

Constructors
Name Description
InflaterInputStream(InputStream) Creates a new input stream with a default decompressor and buffer size.
InflaterInputStream(InputStream, Inflater) Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int) Creates a new input stream with the specified decompressor and buffer size.

Methods
Name Description
fill() Fills input buffer with more data to decompress.
read() Reads a byte of uncompressed data.
read(byte[], int, int) Reads uncompressed data into an array of bytes.
skip(long) Skips specified number of bytes of uncompressed data.