OutputStream.flush

OutputStream.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.

The flush method of OutputStream does nothing.

Exceptions
IOException if an I/O error occurs.