Java.Util.Zip.Inflater.SetInput Method
Sets the current input to to be decompressed.

Syntax

[Android.Runtime.Register("setInput", "([B)V", "GetSetInput_arrayBHandler")]
public virtual void SetInput (byte[] buf)

Parameters

buf
Documentation for this section has not yet been entered.

Remarks

Sets the current input to to be decompressed. This method should only be called if Inflater.NeedsInput returns true.

[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