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