Java.Util.Zip.ZipFile.Close Method
Closes this zip file.

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public virtual void Close ()

Exceptions

TypeReason
Java.IO.IOExceptionif an IOException occurs.

Remarks

Closes this zip file. This method is idempotent. This method may cause I/O if the zip file needs to be deleted.

[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