RandomAccessFile.getFilePointer
Class Overview | Class Members |
This Package |
All Packages
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.