Item % of partially implemented % of fully implemented
java.nio.file.spi
67
FileSystemProvider() : void
installedProviders() : List
getScheme() : String
newFileSystem(URI, Map) : FileSystem
getFileSystem(URI) : FileSystem
getPath(URI) : Path
newFileSystem(Path, Map) : FileSystem
newInputStream(Path, OpenOption[]) : InputStream
newOutputStream(Path, OpenOption[]) : OutputStream
newFileChannel(Path, Set, FileAttribute[]) : FileChannel
newAsynchronousFileChannel(Path, Set, ExecutorService, FileAttribute[]) : AsynchronousFileChannel
createDirectory(Path, FileAttribute[]) : void
createSymbolicLink(Path, Path, FileAttribute[]) : void
createLink(Path, Path) : void
delete(Path) : void
deleteIfExists(Path) : boolean
readSymbolicLink(Path) : Path
copy(Path, Path, CopyOption[]) : void
move(Path, Path, CopyOption[]) : void
isSameFile(Path, Path) : boolean
isHidden(Path) : boolean
getFileStore(Path) : FileStore
checkAccess(Path, AccessMode[]) : void
getFileAttributeView(Path, Class, LinkOption[]) : FileAttributeView
readAttributes(Path, String, LinkOption[]) : Map
setAttribute(Path, String, Object, LinkOption[]) : void
exists(Path, LinkOption[]) : boolean
readAttributesIfExists(Path, Class, LinkOption[]) : BasicFileAttributes