Java.Util.Zip.Inflater.Inflate Method
Inflates up to byteCount bytes from the current input and stores them in buf starting at offset.

Syntax

[Android.Runtime.Register("inflate", "([BII)I", "GetInflate_arrayBIIHandler")]
public virtual int Inflate (byte[] buf, int off, int nbytes)

Parameters

buf
Documentation for this section has not yet been entered.
offset
Documentation for this section has not yet been entered.
byteCount
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.Zip.DataFormatExceptionif the underlying stream is corrupted or was not compressed using a Deflater.

Remarks

Inflates up to byteCount bytes from the current input and stores them in buf starting at offset.

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1