Sets the offset, measured from whence, at which the next read or write occurs.
Return
the new position within the stream.
the new position in the stream, interpreted according to whence.
the reference point for the offset: SEEK_SET (start of stream), SEEK_CUR (current position), or SEEK_END (end of stream).