Java.Util.Jar.JarFile Members

The members of Java.Util.Jar.JarFile are listed below.

See Also: Inherited members from Java.Util.Zip.ZipFile

Public Constructors

Create a new JarFile using the contents of the specified file.
Create a new JarFile from the contents of the file specified by filename.
Create a new JarFile using the contents of the specified file.
Create a new JarFile from the contents of the file specified by filename.
Create a new JarFile using the contents of file.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ManifestNamestring. The MANIFEST file name.

Public Properties

[read-only]
ManifestManifest. Returns the Manifest object associated with this JarFile or null if no MANIFEST entry exists.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetJarEntry(string) : JarEntry
Return the JarEntry specified by its name or null if no such entry exists.