DeflaterOutputStream.close

DeflaterOutputStream.close

Class Overview | Class Members | This Package | All Packages

Syntax
public void close() throws IOException
Description
Writes remaining compressed data to the output stream and closes the underlying stream.

Exceptions
IOException if an I/O error has occurred
Overrides
close in class FilterOutputStream