Java.Util.Zip.Inflater.Finished Method
Indicates if the Inflater has inflated the entire deflated stream.

Syntax

[Android.Runtime.Register("finished", "()Z", "GetFinishedHandler")]
public virtual bool Finished ()

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates if the Inflater has inflated the entire deflated stream. If deflated bytes remain and Inflater.NeedsInput returns true this method will return false. This method should be called after all deflated input is supplied to the Inflater.

[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