MemoryStream.canRead

Whether the stream can be read from.

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

Return Value

Type: bool

true if you can read data from the stream, false otherwise.

Meta