Objects of this type are used by methods such as {@link Files#newOutputStream(Path,OpenOption[]) newOutputStream}, {@link Files#newByteChannel newByteChannel}, {@link java.nio.channels.FileChannel#open FileChannel.open}, and {@link java.nio.channels.AsynchronousFileChannel#open AsynchronousFileChannel.open}when opening or creating a file.
The {@link StandardOpenOption} enumeration type defines thestandard options. @since 1.7
|
|
|
|
|
|
|
|