Microsoft SDK for Java

TextWriter.flush

Clears the output buffer for this TextWriter object and causes any buffered data to be written to the underlying IByteStream object.

Syntax

public void flush()

Remarks

If the autoFlush property for the TextWriter object is set to true, flush is automatically called after every write operation.

Overrides   Writer.flush

See Also   setAutoFlush

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