Generated by
JDiff

Class java.io.RandomAccessFile

Documentation changed from old to new.

Changed Constructors
RandomAccessFile(File, String) Change in exceptions thrown from IOException to FileNotFoundException.
Creates a random access file stream to read from and optionally to write to the file specified by the File argument.
 

Changed Methods
void setLength(long) Documentation changed from old to new.
Sets the length of this file.