Interface: java.io.Flushable
- public interface Flushable
A Flushable is a destination of data that can be flushed. The
flush method is invoked to write any buffered output to the underlying
stream.
Methods
-
flushtop
public void flush() throws IOExceptionFlushes this stream by writing any buffered output to the underlying stream.
