FileStream.canRead

Whether the stream can be read from.

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

Return Value

Type: bool

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

Meta