| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.nio.file |
||
| 77 | ||
newDirectoryStream(Path) : DirectoryStream |
||
delete(Path) : void |
||
deleteIfExists(Path) : boolean |
||
isHidden(Path) : boolean |
||
isSymbolicLink(Path) : boolean |
||
isDirectory(Path, LinkOption[]) : boolean |
||
isRegularFile(Path, LinkOption[]) : boolean |
||
size(Path) : long |
||
exists(Path, LinkOption[]) : boolean |
||
notExists(Path, LinkOption[]) : boolean |
||
isReadable(Path) : boolean |
||
isWritable(Path) : boolean |
||
isExecutable(Path) : boolean |
||
newBufferedReader(Path) : BufferedReader |
||
copy(Path, OutputStream) : long |
||
readAllBytes(Path) : byte[] |
||