RandomAccessFile提供一个功能:
seek(long pos)Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.

RandomAccessFile提供一个功能:
seek(long pos)Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.