public interface Flushable
Indicates that an output object can be flushed.
Methods
public abstract void flush()
throws IOException | Flushes the object by writing out any buffered data to the underlying output. |
Method details
flush
public abstract void flush()
throws IOExceptionFlushes the object by writing out any buffered data to the underlying
output.
Throws
IOException- if there are any issues writing the data.