ZipOutputStream.finish
Class Overview | Class Members | 
  This Package | 
All Packages
 public void finish() throws IOException
Description
 Finishes writing the contents of the ZIP output stream without closing
 the underlying stream. Use this method when applying multiple filters
 in succession to the same output stream.
  
Exceptions
 ZipException
     if a ZIP file error has occurred
    
Exceptions
 IOException
     if an I/O exception has occurred
    
Overrides
     finish in class DeflaterOutputStream