Before reading or writing a record, it is necessary to position the file pointer . We
do this by calling method seek , which requires a single argument specifying the byte
position within the file. Note that the first byte in a file is byte 0 . For example: