FileStream.canFlush

Whether the stream can be flushed to disk.

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

Return Value

Type: bool

true if the stream may be flushed, false otherwise.

Meta