Manual
Programming Reference
enum SeekMode : u32 { begin= 1 current= 2 end= 3 }
Specify the seek mode for one seekable stream.
begin
The offset is relative to the beginning of the stream.
current
The offset is relative to the current position of the cursor.
end
The offset is relative to the end of the stream.