Java.Util.Jar.Manifest Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new Manifest instance.
Creates a new Manifest instance.
Creates a new Manifest instance using the attributes obtained from the input stream.

Protected Constructors

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

Public Properties

[read-only]
EntriesIDictionary<string, Attributes>. Returns a map containing the Attributes for each entry in the Manifest.
[read-only]
MainAttributesAttributes. Returns the main Attributes of the JarFile.

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

Clear()
Resets the both the main attributes as well as the entry attributes associated with this Manifest.
Clone() : Java.Lang.Object
Creates a copy of this Manifest.
GetAttributes(string) : Attributes
Returns the Attributes associated with the parameter entry name.
Read(System.IO.Stream)
Merges name/attribute pairs read from the input stream is into this manifest.
ReadAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Write(System.IO.Stream)
Writes this Manifest's name/attributes pairs to the given OutputStream.
WriteAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.