MemoryStream.canSeek

Whether the stream can be seeked.

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

Return Value

Type: bool

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

Meta