Closes the zip file. @exception IOException if a i/o error occured.
()
| 362 | * @exception IOException if a i/o error occured. |
| 363 | */ |
| 364 | public void close() throws IOException |
| 365 | { |
| 366 | super.close(); |
| 367 | crc = null; |
| 368 | entry = null; |
| 369 | entryAtEOF = true; |
| 370 | } |
| 371 | |
| 372 | /** |
| 373 | * Creates a new zip entry for the given name. This is equivalent |