Java.Util.Jar.Manifest: Method Members

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

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.