Java.Util.Zip.Inflater.NeedsDictionary Method
Returns true if the input bytes were compressed with a preset dictionary.

Syntax

[Android.Runtime.Register("needsDictionary", "()Z", "GetNeedsDictionaryHandler")]
public virtual bool NeedsDictionary ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the input bytes were compressed with a preset dictionary. This method should be called if the first call to Inflater.Inflate(Byte[]) returns 0, to determine whether a dictionary is required. If so, Inflater.SetDictionary(Byte[]) should be called with the appropriate dictionary before calling inflate again. Use Inflater.Adler to determine which dictionary is required.

[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