Generated by
JDiff

Class java.util.jar.JarFile

Documentation changed from old to new.

Added Constructors
JarFile(File, boolean, int) Creates a new JarFile to read from the specified File object in the specified mode.
 

Changed Methods
Enumeration entries() Documentation changed from old to new.
Returns an enumeration of the ZIP file entries.
ZipEntry getEntry(String) Documentation changed from old to new.
Returns the ZipEntry for the given entry name or null if not found.
InputStream getInputStream(ZipEntry) Documentation changed from old to new.
Returns an input stream for reading the contents of the specified ZIP file entry.
JarEntry getJarEntry(String) Documentation changed from old to new.
Returns the JarEntry for the given entry name or null if not found.
Manifest getManifest() Documentation changed from old to new.
Returns the JAR file manifest or null if none.
 

Changed Fields
String MANIFEST_NAME Documentation changed from old to new.
The JAR manifest file name.