Java.Util.Zip.ZipFile.Size Method
Returns the number of ZipEntries in this ZipFile.

Syntax

[Android.Runtime.Register("size", "()I", "GetSizeHandler")]
public virtual int Size ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this zip file has been closed.

Remarks

Returns the number of ZipEntries in this ZipFile.

[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