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