Home
last modified time | relevance | path

Searched defs:RandomAccessFile (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
DRandomAccessFile.java41 public class RandomAccessFile implements DataInput, DataOutput, Closeable { class
100 public RandomAccessFile(File file, String mode) throws FileNotFoundException { in RandomAccessFile() method in RandomAccessFile
148 public RandomAccessFile(String fileName, String mode) throws FileNotFoundException { in RandomAccessFile() method in RandomAccessFile