src/share/classes/java/io/RandomAccessFile.java

Print this page

        

*** 126,136 **** * <p>The <a name="mode"><tt>mode</tt></a> argument specifies the access mode * in which the file is to be opened. The permitted values and their * meanings are: * * <table summary="Access mode permitted values and meanings"> ! * <tr><th><p align="left">Value</p></th><th><p align="left">Meaning</p></th></tr> * <tr><td valign="top"><tt>"r"</tt></td> * <td> Open for reading only. Invoking any of the <tt>write</tt> * methods of the resulting object will cause an {@link * java.io.IOException} to be thrown. </td></tr> * <tr><td valign="top"><tt>"rw"</tt></td> --- 126,136 ---- * <p>The <a name="mode"><tt>mode</tt></a> argument specifies the access mode * in which the file is to be opened. The permitted values and their * meanings are: * * <table summary="Access mode permitted values and meanings"> ! * <tr><th align="left">Value</th><th align="left">Meaning</th></tr> * <tr><td valign="top"><tt>"r"</tt></td> * <td> Open for reading only. Invoking any of the <tt>write</tt> * methods of the resulting object will cause an {@link * java.io.IOException} to be thrown. </td></tr> * <tr><td valign="top"><tt>"rw"</tt></td>