Generated by
JDiff

Class java.util.zip.ZipFile

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

Changed Methods
void finalize() Change in exceptions thrown from Throwable to IOException.
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.
 

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.