Top Description Methods
java.io

public Interface Flushable

Known Direct Implementers
java.io.OutputStream, java.io.Writer, java.util.Formatter, java.io.Console
Imports
java.io.IOException

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.
Since
1.5

Method Summary

Modifier and TypeMethod and Description
public void
flush()

Flushes this stream by writing any buffered output to the underlying stream.

Method Detail

flushback to summary
public void flush() throws IOException

Flushes this stream by writing any buffered output to the underlying stream.

Exceptions
IOException:
If an I/O error occurs