public interface Flushable
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 |
---|---|
void |
flush()
Flushes this stream by writing any buffered output to the underlying stream.
|
void flush() throws IOException
IOException
- If an I/O error occurs