ZipOutputStream.close
Class Overview | Class Members |
This Package |
All Packages
public void close() throws IOException
Description
Closes the ZIP output stream as well as the stream being filtered.
Exceptions
ZipException
if a ZIP file error has occurred
Exceptions
IOException
if an I/O error has occurred
Overrides
close in class DeflaterOutputStream