MemoryStream.canFlush

Whether the stream can be flushed to disk.

class MemoryStream
@nogc nothrow @safe override @property
bool
canFlush
()

Return Value

Type: bool

true if the stream may be flushed, false otherwise.

Meta