File Position:
The logical file appears to the program as a sequence of bytes.
A
pointer determines the location of the next read or write.
The methods
seek ( )
and
getFilePointer ( )
can be used to position the file.