PipedOutputStream.flush

PipedOutputStream.flush

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void flush() throws IOException
Description
Flushes this output stream and forces any buffered output bytes to be written out. This will notify any readers that bytes are waiting in the pipe.

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