Searched refs:rw (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DRandomAccessFile.java75 private boolean rw; field in class:RandomAccessFile
106 * to one of <tt>"r"</tt>, <tt>"rw"</tt>, <tt>"rws"</tt>, or
111 * <tt>"rw"</tt> but the given string does not denote an
117 * or the mode is "rw" and the security manager's
146 * <tr><td valign="top"><tt>"rw"</tt></td>
150 * <td> Open for reading and writing, as with <tt>"rw"</tt>, and also
154 * <td> Open for reading and writing, as with <tt>"rw"</tt>, and also
188 * to one of <tt>"r"</tt>, <tt>"rw"</tt>, <tt>"rws"</tt>, or
193 * with <tt>"rw"</tt> but the given file object does not denote
199 * or the mode is "rw" an
[all...]

Completed in 48 milliseconds