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

/libcore/luni/src/main/java/java/io/
H A DRandomAccessFile.java41 public class RandomAccessFile implements DataInput, DataOutput, Closeable { class in inherits:DataInput,DataOutput,Closeable
43 * The FileDescriptor representing this RandomAccessFile.
60 * Constructs a new {@code RandomAccessFile} based on {@code file} and opens
100 public RandomAccessFile(File file, String mode) throws FileNotFoundException { method in class:RandomAccessFile
131 * Constructs a new {@code RandomAccessFile} based on the file named {@code
148 public RandomAccessFile(String fileName, String mode) throws FileNotFoundException { method in class:RandomAccessFile
187 * Closing the channel closes the RandomAccessFile as well. The instance
188 * of FileChannel returned is always the same even if the RandomAccessFile

Completed in 68 milliseconds