Sets the offset from the beginning at which the next read or write occurs in the specified random access file.
Syntax
seek( randomaccessfile , offset )
randomaccessfile.seek( offset )
Parameters
randomaccessfile
|
the random access file object to use.
|
offset
|
the starting offset.
|
Returns
Example
fh.seek( begOffset )
|