java.io.Flushable |
Indicates that an output object can be flushed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
flush()
Flushes the object by writing out any buffered data to the underlying output. |
Flushes the object by writing out any buffered data to the underlying output.
IOException | if there are any issues writing the data. |
---|