Function OutputStream.flush
Flushes the stream and makes sure that all data is being written to the output device.
abstract void flush() @safe;
Flushes the stream and makes sure that all data is being written to the output device.
abstract void flush() @safe;