Index

manifest

reading manifest from java
JarInputStream jarStream = new JarInputStream(stream);
Manifest mf = jarStream.getManifest();