void xtd::io::stream_writer::auto_flush | ( | bool | auto_flush | ) |
Sets a value indicating whether the xtd::io::stream_writer will flush its buffer to the underlying stream after every call to xtd::io::text_writer::write(char).
auto_flush | true to force xtd::io::stream_writer to flush its buffer; otherwise, false. |