Lines Matching refs:mode
121 * <a name="open-mode"></a> <p> At various points this class specifies that an
131 * was created with mode <tt>"r"</tt> and will be open for reading and writing
132 * if the instance was created with mode <tt>"rw"</tt>.
134 * <a name="append-mode"></a><p> A file channel that is open for writing may be in
135 * <i>append mode</i>, for example if it was obtained from a file-output stream
139 * the second parameter. In this mode each invocation of a relative write
377 * unless the channel is in append mode, in which case the position is
391 * unless the channel is in append mode, in which case the position is
405 * unless the channel is in append mode, in which case the position is
816 * Returns a string describing this file-mapping mode.
879 * @param mode
897 * If the <tt>mode</tt> is {@link MapMode#READ_ONLY READ_ONLY} but
901 * If the <tt>mode</tt> is {@link MapMode#READ_WRITE READ_WRITE} or
914 public abstract MappedByteBuffer map(MapMode mode,