Lines Matching refs:StandardOpenOption

81      * the {@link StandardOpenOption#READ READ} option. In addition to the {@code
119 * method with the exception that the {@link StandardOpenOption#READ READ}
121 * present then this method works as if the {@link StandardOpenOption#CREATE
122 * CREATE}, {@link StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING},
123 * and {@link StandardOpenOption#WRITE WRITE} options are present. In other
178 * The {@link StandardOpenOption#READ READ} and {@link
179 * StandardOpenOption#WRITE WRITE} options determine if the file should be
181 * StandardOpenOption#APPEND APPEND} option) is present then the file is
191 * <td> {@link StandardOpenOption#APPEND APPEND} </td>
201 * <td> {@link StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING} </td>
207 * <td> {@link StandardOpenOption#CREATE_NEW CREATE_NEW} </td>
215 * <td > {@link StandardOpenOption#CREATE CREATE} </td>
222 * <td > {@link StandardOpenOption#DELETE_ON_CLOSE DELETE_ON_CLOSE} </td>
230 * <td>{@link StandardOpenOption#SPARSE SPARSE} </td>
236 * <td> {@link StandardOpenOption#SYNC SYNC} </td>
243 * <td> {@link StandardOpenOption#DSYNC DSYNC} </td>
293 * StandardOpenOption#CREATE_NEW CREATE_NEW} option is specified
339 * StandardOpenOption#CREATE_NEW CREATE_NEW} option is specified
584 EnumSet<StandardOpenOption> options =
585 EnumSet.<StandardOpenOption>of(StandardOpenOption.CREATE_NEW, StandardOpenOption.WRITE);
754 * StandardOpenOption#DELETE_ON_CLOSE DELETE_ON_CLOSE} option so that the
2684 * StandardOpenOption#CREATE CREATE}, {@link
2685 * StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING}, and {@link
2686 * StandardOpenOption#WRITE WRITE} options are present. In other words, it
2841 ostream = newOutputStream(target, StandardOpenOption.CREATE_NEW,
2842 StandardOpenOption.WRITE);
3023 * works as if the {@link StandardOpenOption#CREATE CREATE}, {@link
3024 * StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING}, and {@link
3025 * StandardOpenOption#WRITE WRITE} options are present. In other words, it
3040 * Files.write(path, bytes, StandardOpenOption.APPEND);
3088 * {@link StandardOpenOption#CREATE CREATE}, {@link
3089 * StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING}, and {@link
3090 * StandardOpenOption#WRITE WRITE} options are present. In other words, it