The methods of Java.Util.Jar.Manifest are listed below. For a list of all members, see the Manifest Members list.
See Also: Inherited members from Java.Lang.Object
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. | ||