Generated by
JDiff

Class java.util.zip.ZipFile

Documentation changed from old to new.

Added Constructors
ZipFile(File, int) Opens a new ZipFile to read from the specified File object in the specified mode.
 

Changed Methods
void close() Documentation changed from old to new.
Closes the ZIP file.
Enumeration entries() Documentation changed from old to new.
Returns an enumeration of the ZIP file entries.
void finalize() Change in exceptions thrown from Throwable to IOException.
Documentation changed from old to new.
Method was inherited from Object, but is now defined locally.
Ensures that the close method of this ZIP file is called when there are no more references to it.
InputStream getInputStream(ZipEntry) Documentation changed from old to new.
Returns an input stream for reading the contents of the specified zip file entry.
String getName() Documentation changed from old to new.
Returns the path name of the ZIP file.
int size() Documentation changed from old to new.
Returns the number of entries in the ZIP file.
 

Added Fields
int OPEN_DELETE Mode flag to open a zip file and mark it for deletion.
int OPEN_READ Mode flag to open a zip file for reading.