Home | History | Annotate | Download | only in channels

Lines Matching refs:PRIVATE

291     private static final FileAttribute<?>[] NO_ATTRIBUTES = new FileAttribute[0];
805 * Mode for a private (copy-on-write) mapping.
807 public static final MapMode PRIVATE
808 = new MapMode("PRIVATE");
810 private final String name;
812 private MapMode(String name) {
844 * <li><p> <i>Private:</i> Changes made to the resulting buffer will not
846 * that have mapped the same file; instead, they will cause private
848 * MapMode#PRIVATE MapMode.PRIVATE}) </p></li>
853 * reading; for a read/write or private mapping, this channel must have
882 * MapMode#READ_WRITE READ_WRITE}, or {@link MapMode#PRIVATE
883 * PRIVATE} defined in the {@link MapMode} class, according to
903 * {@link MapMode#PRIVATE PRIVATE} but this channel was not opened