JarInputStream.Manifest Property

Definition

Returns the Manifest for this JAR file, or null if none.

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

Property Value

the Manifest for this JAR file, or null if none.

Attributes

Remarks

Returns the Manifest for this JAR file, or null if none.

Java documentation for java.util.jar.JarInputStream.getManifest().

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