Java.Util.Zip.Inflater.End Method
Releases resources associated with this Inflater.

Syntax

[Android.Runtime.Register("end", "()V", "GetEndHandler")]
public virtual void End ()

Remarks

Releases resources associated with this Inflater. Any unused input or output is discarded. This method should be called explicitly in order to free native resources as soon as possible. After end() is called, other methods will typically throw IllegalStateException.

[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