JarURLConnection.JarEntry 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.
Return the JAR entry object for this connection, if any.
public virtual Java.Util.Jar.JarEntry? JarEntry { [Android.Runtime.Register("getJarEntry", "()Ljava/util/jar/JarEntry;", "GetGetJarEntryHandler")] get; }
[<get: Android.Runtime.Register("getJarEntry", "()Ljava/util/jar/JarEntry;", "GetGetJarEntryHandler")>]
member this.JarEntry : Java.Util.Jar.JarEntry
Property Value
the JAR entry object for this connection, or null if the JAR URL for this connection points to a JAR file.
- Attributes
Exceptions
if an error occurs while getting the file or file-entry.
Remarks
Return the JAR entry object for this connection, if any. This method returns null if the JAR file URL corresponding to this connection points to a JAR file and not a JAR file entry.
Java documentation for java.net.JarURLConnection.getJarEntry()
.
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.