Java.Util.Zip.Inflater.SetDictionary Method
Sets the preset dictionary to be used for inflation to a subsequence of dictionary starting at offset and continuing for byteCount bytes.

Syntax

[Android.Runtime.Register("setDictionary", "([BII)V", "GetSetDictionary_arrayBIIHandler")]
public virtual void SetDictionary (byte[] buf, int off, int nbytes)

Parameters

dictionary
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 preset dictionary to be used for inflation to a subsequence of dictionary starting at offset and continuing for byteCount bytes. See Inflater.NeedsDictionary for details.

[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