The members of Java.Util.Zip.InflaterInputStream are listed below.
See Also: Inherited members from Java.IO.FilterInputStream
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Buf | IList<byte>. The input buffer used for decompression. | |
Inf | Inflater. The inflater used for this stream. | |
Len | int. The length of the buffer. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Fill()Fills the input buffer with data to be decompressed. |