Java.Util.Zip.ZipInputStream.NextEntry Property
Returns the next entry from this ZipInputStream or null if no more entries are present.

Syntax

[get: Android.Runtime.Register("getNextEntry", "()Ljava/util/zip/ZipEntry;", "GetGetNextEntryHandler")]
public virtual ZipEntry NextEntry { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an IOException occurs.

Remarks

Returns the next entry from this ZipInputStream or null if no more entries are present.

[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