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.java42 public class RandomAccessFile implements DataInput, DataOutput, Closeable { class
101 public RandomAccessFile(File file, String mode) throws FileNotFoundException { in RandomAccessFile() method in RandomAccessFile
149 public RandomAccessFile(String fileName, String mode) throws FileNotFoundException { in RandomAccessFile() method in RandomAccessFile