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