RandomAccessFile.seek
Class Overview | Class Members |
This Package |
All Packages
public native void seek( long pos ) throws IOException
Parameters
- pos
- the absolute position.
Description
Sets the offset from the beginning of this file at which the next
read or write occurs.
Exceptions
IOException
if an I/O error occurs.