RandomAccessFile.seek

RandomAccessFile.seek

Class Overview | Class Members | This Package | All Packages

Syntax
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.