Java.Util.Zip.Inflater.Inflate Method
Inflates bytes from the current input and stores them in buf.

Syntax

[Android.Runtime.Register("inflate", "([B)I", "GetInflate_arrayBHandler")]
public virtual int Inflate (byte[] buf)

Parameters

buf
the buffer where decompressed data bytes are written.

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 bytes from the current input and stores them in buf.

[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