Stream.canSeek

Whether the stream can be seeked.

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

Return Value

Type: bool

true if you can seek through the stream, false otherwise.

Meta