Java.Util.Zip.ZipFile.Entries Method
Returns an enumeration of the entries.

Syntax

[Android.Runtime.Register("entries", "()Ljava/util/Enumeration;", "GetEntriesHandler")]
public virtual Java.Util.IEnumeration Entries ()

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns an enumeration of the entries. The entries are listed in the order in which they appear in the zip file.

If you only need to iterate over the entries in a zip file, and don't need random-access entry lookup by name, you should probably use Java.Util.Zip.ZipInputStream instead, to avoid paying to construct the in-memory index.

[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