Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether to enable the automatic flushing of output characters.
Syntax
public void setAutoFlush( boolean value )
Parameters
value
Set to true to enable automatic flushing; set to false to disable automatic flushing.
Remarks
When automatic flushing is enabled, output is automatically written to the underlying stream at the end of each write operation.
See Also flush, getAutoFlush