Returns the current offset in bytes within the specified random access file object.
Syntax
getFilePointer( randomaccessfile )
Parameters
randomaccessfile
|
the specified random access file object to use.
|
Returns
integer
|
the current offset in bytes within the specified random access file object.
|
Example
offset = rfh.getFilePointer( )
|