IByteStream.flush

Overview | Methods | This Package | All Packages

IByteStream.flush

Clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Syntax

public void flush()

Exceptions

IOException thrown if an input/output (I/O) error occurs.