java.util.jar
Class Manifest

java.lang.Object
  extended by java.util.jar.Manifest
All Implemented Interfaces:
Cloneable

public class Manifest
extends Object
implements Cloneable


Constructor Summary
Manifest()
           
Manifest(InputStream var0)
           
Manifest(Manifest var0)
           
 
Method Summary
 void clear()
           
 Object clone()
           
 Attributes getAttributes(String var0)
           
 Map getEntries()
           
 Attributes getMainAttributes()
           
 void read(InputStream var0)
           
 void write(OutputStream var0)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manifest

public Manifest()

Manifest

public Manifest(InputStream var0)
         throws IOException
Throws:
IOException

Manifest

public Manifest(Manifest var0)
Method Detail

clear

public void clear()

clone

public Object clone()
Overrides:
clone in class Object

getAttributes

public Attributes getAttributes(String var0)

getEntries

public Map getEntries()

getMainAttributes

public Attributes getMainAttributes()

read

public void read(InputStream var0)
          throws IOException
Throws:
IOException

write

public void write(OutputStream var0)
           throws IOException
Throws:
IOException