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

/dalvik/libcore/luni/src/main/java/java/io/
H A DRandomAccessFile.java37 public class RandomAccessFile implements DataInput, DataOutput, Closeable { class in inherits:DataInput,DataOutput,Closeable
39 * The FileDescriptor representing this RandomAccessFile.
63 * Constructs a new {@code RandomAccessFile} based on {@code file} and opens
108 public RandomAccessFile(File file, String mode) method in class:RandomAccessFile
162 * Constructs a new {@code RandomAccessFile} based on the file named {@code
184 public RandomAccessFile(String fileName, String mode) method in class:RandomAccessFile

Completed in 161 milliseconds