getAttributes(String name) Returns the Attributes associated with the parameter entry name
Parameters: name - The name of the entry to obtain Attributes for.
Constructs a new Manifest instance using the attributes obtained from is.
Parameters: is - InputStream to parse for attributes throws: IOException - if an IO error occurs while creating this Manifest
Constructs a new Manifest instance. The new instance will have the same
attributes as those found in the parameter Manifest.
Parameters: man - Manifest instance to obtain attributes from
Determines if the receiver is equal to the parameter Object. Two
Manifests are equal if they have identical main Attributes as well as
identical entry Attributes.
Parameters: o - The Object to compare against. true if the manifests are equal,false otherwise
Returns the Attributes associated with the parameter entry name
Parameters: name - The name of the entry to obtain Attributes for. The Attributes for the entry or null if the entry does not exist.
Constructs a new Manifest instance obtaining Attribute information from
the parameter InputStream.
Parameters: is - The InputStream to read from throws: IOException - If an error occurs reading the Manifest.
Writes out the attribute information of the receiver to the specified
OutputStream
Parameters: os - The OutputStream to write to. throws: IOException - If an error occurs writing the Manifest
Writes out the attribute information of the receiver to the specified
OutputStream
Parameters: manifest - the attribute information of the receiver Parameters: out - The OutputStream to write to. throws: IOException - If an error occurs writing the Manifest