DeflaterOutputStream.finish
Class Overview | Class Members |
This Package |
All Packages
public void finish() throws IOException
Description
Finishes writing compressed data to the output stream without closing
the underlying stream. Use this method when applying multiple filters
in succession to the same output stream.
Exceptions
IOException
if an I/O error has occurred