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