The members of Java.Util.Jar.Manifest are listed below.
See Also: Inherited members from Java.Lang.Object
Manifest() | Creates a new Manifest instance. | |
| Creates a new Manifest instance. | ||
| Creates a new Manifest instance using the attributes obtained from the input stream. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] | Entries | IDictionary<string, Attributes>. Returns a map containing the Attributes for each entry in the Manifest. |
| [read-only] | MainAttributes | Attributes. Returns the main Attributes of the JarFile. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clear()Resets the both the main attributes as well as the entry attributes associated with this Manifest. | ||
Clone()Creates a copy of this Manifest. | ||
GetAttributes(string)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)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)Documentation for this section has not yet been entered. | ||