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

Syntax

[Android.Runtime.Register("setInput", "([BII)V", "GetSetInput_arrayBIIHandler")]
public virtual void SetInput (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.

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