MemoryStream.flush

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

class MemoryStream
@nogc nothrow @safe override
bool
flush
()

Return Value

Type: bool

true if the flush operation succeeded, false otherwise.

Meta