Package java.util.jar
Class Manifest
- java.lang.Object
-
- java.util.jar.Manifest
-
-
Constructor Summary
Constructors Constructor Description Manifest()Manifest(InputStream var0)Manifest(Manifest var0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Objectclone()booleanequals(Object var0)AttributesgetAttributes(String var0)MapgetEntries()AttributesgetMainAttributes()inthashCode()voidread(InputStream var0)voidwrite(OutputStream var0)
-
-
-
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()
-
write
public void write(OutputStream var0) throws IOException
- Throws:
IOException
-
read
public void read(InputStream var0) throws IOException
- Throws:
IOException
-
-