Java.Util.Jar.JarInputStream.NextJarEntry Property
Returns the next JarEntry contained in this stream or null if no more entries are present.

Syntax

[get: Android.Runtime.Register("getNextJarEntry", "()Ljava/util/jar/JarEntry;", "GetGetNextJarEntryHandler")]
public virtual JarEntry NextJarEntry { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while reading the entry.

Remarks

Returns the next JarEntry contained in this stream or null if no more entries are present.

[Android Documentation]

Requirements

Namespace: Java.Util.Jar
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1