Stream.canRead

Whether the stream can be read from.

class Stream
@nogc nothrow @safe abstract @property
bool
canRead
()

Return Value

Type: bool

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

Meta