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 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)
-
-
-
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
-
-