Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.