Overview | Methods | This Package | All Packages
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