Writer.flush

Overview | Methods | This Package | All Packages

Writer.flush

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

Syntax

public void flush()

Remarks

The default method is empty, but a subclass can override this method to provide the appropriate functionality.