npublic
RandomAccessFile(String name, String mode)
n
throws FileNotFoundException
npublic
RandomAccessFile(File file, String mode)
n
throws FileNotFoundException
npublic
long getFilePointer() throws IOException
npublic
void seek(long pos) throws IOException
npublic
long length() throws IOException