FileStream.canSeek

Whether the stream can be seeked.

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

Return Value

Type: bool

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

Meta