Function MemoryStream.seek
Seeks to a specific position in the file if supported by the stream.
void seek
(
ulong offset
) @safe;
Seeks to a specific position in the file if supported by the stream.
void seek
(
ulong offset
) @safe;