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