FilterOutputStream.flush

FilterOutputStream.flush

Class Overview | Class Members | This Package | All Packages

Syntax
public void flush() throws IOException
Description
Flushes this output stream and forces any buffered output bytes to be written out to the stream.

The flush method of FilterOutputStream calls the flush method of its underlying output stream.

Exceptions
IOException if an I/O error occurs.
Overrides
flush in class OutputStream
See Also
out