Stream.flush

Clears all buffers of the stream and causes data to be written to the underlying device.

class Stream
@nogc nothrow @safe abstract
bool
flush
()

Return Value

Type: bool

true if the flush operation succeeded, false otherwise.

Meta