Example usage for Java java.util.jar Manifest fields, constructors, methods, implement or subclass
The text is from its open source code.
Manifest(InputStream is) Constructs a new Manifest from the specified input stream. | |
Manifest(Manifest man) Constructs a new Manifest that is a copy of the specified Manifest. | |
Manifest() Constructs a new, empty Manifest. |
Attributes | getAttributes(String name) Returns the Attributes for the specified entry name. |
Map | getEntries() Returns a Map of the entries contained in this Manifest. |
Attributes | getMainAttributes() Returns the main Attributes for the Manifest. |
void | read(InputStream is) Reads the Manifest from the specified InputStream. |
void | write(OutputStream out) Writes the Manifest to the specified OutputStream. |