FileStream.seek

Sets the reading position within the stream

Returns The new position in the stream, or a StreamError if the seek operation failed.

class FileStream
@nogc @safe override nothrow @trusted
long
seek

See Also

Meta