MemoryStream.canWrite

Whether the stream can be written to.

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

Return Value

Type: bool

true if you can write data to the stream, false otherwise.

Meta