Java.Util.Zip.InflaterInputStream Members

The members of Java.Util.Zip.InflaterInputStream are listed below.

See Also: Inherited members from Java.IO.FilterInputStream

Public Constructors

This is the most basic constructor.
This constructor lets you pass a specifically initialized Inflater, for example one that expects no ZLIB header.
This constructor lets you specify both the Inflater as well as the internal buffer size to be used.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

BufIList<byte>. The input buffer used for decompression.
InfInflater. The inflater used for this stream.
Lenint. The length of the buffer.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

Fill()
Fills the input buffer with data to be decompressed.