OutputStream.flush
Class Overview | Class Members |
This Package |
All Packages
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.