| Constructor and Description |
|---|
Manifest() |
Manifest(InputStream var0) |
Manifest(Manifest var0) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
Attributes |
getAttributes(String var0) |
Map |
getEntries() |
Attributes |
getMainAttributes() |
void |
read(InputStream var0) |
void |
write(OutputStream var0) |
public Manifest()
public Manifest(InputStream var0) throws IOException
IOExceptionpublic Manifest(Manifest var0)
public void clear()
public Attributes getAttributes(String var0)
public Map getEntries()
public Attributes getMainAttributes()
public void read(InputStream var0) throws IOException
IOExceptionpublic void write(OutputStream var0) throws IOException
IOException