Lines Matching refs:java

30  * <p> The java.nio.file package defines classes to access files and file
32 * {@link java.nio.file.attribute} package. The {@link java.nio.file.spi}
49 * The {@link java.io.File} class defines the {@link java.io.File#toPath
50 * toPath} method to construct a {@link java.nio.file.Path} by converting
51 * the abstract path represented by the {@code java.io.File} object. The resulting
55 * and {@code java.io.File} objects. </p>
69 * The {@link java.nio.file.StandardOpenOption#SYNC SYNC} and {@link
70 * java.nio.file.StandardOpenOption#DSYNC DSYNC} options are used when opening a file
73 * a local storage device, and the {@link java.nio.channels.SeekableByteChannel
76 * java.nio.channels.WritableByteChannel#write(java.nio.ByteBuffer) write}
82 * java.nio.file.spi.FileSystemProvider provider} implementations is provider
88 * java.lang.NullPointerException NullPointerException} to be thrown. Additionally,
93 * will throw {@link java.nio.file.ClosedFileSystemException} when invoked on
94 * objects associated with a {@link java.nio.file.FileSystem} that has been
95 * {@link java.nio.file.FileSystem#close closed}. Additionally, any methods
97 * java.nio.file.ReadOnlyFileSystemException} when invoked on an object associated
98 * with a {@link java.nio.file.FileSystem} that only provides read-only
102 * this package created by one {@link java.nio.file.spi.FileSystemProvider
104 * will throw {@link java.nio.file.ProviderMismatchException}. </p>
108 * file system specify that {@link java.io.IOException} be thrown when an I/O
117 package java.nio.file;