RandomAccessFile.getFilePointer

RandomAccessFile.getFilePointer

Class Overview | Class Members | This Package | All Packages

Syntax
public native long getFilePointer() throws IOException
Returns
the offset from the beginning of the file, in bytes, at which the next read or write occurs.
Description
Returns the current offset in this file.

Exceptions
IOException if an I/O error occurs.