Java java.util.jar Manifest fields, constructors, methods, implement or subclass

Example usage for Java java.util.jar Manifest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.jar Manifest.

The text is from its open source code.

Constructor

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.

Method

AttributesgetAttributes(String name)
Returns the Attributes for the specified entry name.
MapgetEntries()
Returns a Map of the entries contained in this Manifest.
AttributesgetMainAttributes()
Returns the main Attributes for the Manifest.
voidread(InputStream is)
Reads the Manifest from the specified InputStream.
voidwrite(OutputStream out)
Writes the Manifest to the specified OutputStream.