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()
           
 boolean equals(Object var0)
           
 Attributes getAttributes(String var0)
           
 Map getEntries()
           
 Attributes getMainAttributes()
           
 int hashCode()
           
 void read(InputStream var0)
           
 void write(OutputStream var0)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, 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()

getAttributes

public Attributes getAttributes(String var0)

getEntries

public Map getEntries()

getMainAttributes

public Attributes getMainAttributes()

clone

public Object clone()
Overrides:
clone in class Object

write

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

read

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object var0)
Overrides:
equals in class Object


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.