Share via


JarURLConnection.Attributes Property

Definition

Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.

public virtual Java.Util.Jar.Attributes? Attributes { [Android.Runtime.Register("getAttributes", "()Ljava/util/jar/Attributes;", "GetGetAttributesHandler")] get; }
[<get: Android.Runtime.Register("getAttributes", "()Ljava/util/jar/Attributes;", "GetGetAttributesHandler")>]
member this.Attributes : Java.Util.Jar.Attributes

Property Value

the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.

Attributes

Exceptions

if an I/O exception occurs while retrieving the JAR-entries.

Remarks

Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.

Java documentation for java.net.JarURLConnection.getAttributes().

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.

Applies to