JarInputStream.NextJarEntry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
public virtual Java.Util.Jar.JarEntry? NextJarEntry { [Android.Runtime.Register("getNextJarEntry", "()Ljava/util/jar/JarEntry;", "GetGetNextJarEntryHandler")] get; }
[<get: Android.Runtime.Register("getNextJarEntry", "()Ljava/util/jar/JarEntry;", "GetGetNextJarEntryHandler")>]
member this.NextJarEntry : Java.Util.Jar.JarEntry
Property Value
the next JAR file entry, or null if there are no more entries
- Attributes
Exceptions
if an error occurs while reading the entry.
Remarks
Reads the next JAR file entry and positions the stream at the beginning of the entry data. If verification has been enabled, any invalid signature detected while positioning the stream for the next entry will result in an exception.
Java documentation for java.util.jar.JarInputStream.getNextJarEntry()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.