Flushable
is a destination of data that can be flushed. The
flush method is invoked to write any buffered output to the underlying
stream.
Modifier and Type | Method and Description |
---|---|
public void |
flush | back to summary |
---|---|
public void flush() throws IOException Flushes this stream by writing any buffered output to the underlying stream.
|