JarInputStream.Manifest Property

Definition

Returns the <code>Manifest</code> for this JAR file, or <code>null</code> 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

Manifest

the <code>Manifest</code> for this JAR file, or <code>null</code> if none.

Attributes

Remarks

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