Searched defs:RandomAccessFile (Results 1 – 1 of 1) sorted by relevance
41 public class RandomAccessFile implements DataInput, DataOutput, Closeable { class100 public RandomAccessFile(File file, String mode) throws FileNotFoundException { in RandomAccessFile() method in RandomAccessFile148 public RandomAccessFile(String fileName, String mode) throws FileNotFoundException { in RandomAccessFile() method in RandomAccessFile