Method Summary |
|
public void | clear() Clears the main Attributes as well as the entries in this Manifest. |
public Object | clone() Returns a shallow copy of this Manifest. |
public boolean | equals(Object o) Returns true if the specified Object is also a Manifest and has
the same main Attributes and entries. |
public Attributes | getAttributes(String name) Returns the Attributes for the specified entry name. |
public Map | getEntries() Returns a Map of the entries contained in this Manifest. |
public Attributes | getMainAttributes() Returns the main Attributes for the Manifest. |
public int | hashCode() Returns the hash code for this Manifest. |
static void | make72Safe(StringBuffer line) Adds line breaks to enforce a maximum 72 bytes per line. |
public void | read(InputStream is) Reads the Manifest from the specified InputStream. |
public void | write(OutputStream out) Writes the Manifest to the specified OutputStream. |