Item % of partially implemented % of fully implemented
java.io
81
separatorChar : char
separator : String
pathSeparatorChar : char
pathSeparator : String
File(String) : void
File(String, String) : void
File(File, String) : void
File(URI) : void
getName() : String
getParent() : String
getParentFile() : File
getPath() : String
isAbsolute() : boolean
getAbsolutePath() : String
getAbsoluteFile() : File
getCanonicalPath() : String
getCanonicalFile() : File
toURL() : URL
toURI() : URI
canRead() : boolean
canWrite() : boolean
exists() : boolean
isDirectory() : boolean
isFile() : boolean
isHidden() : boolean
lastModified() : long
length() : long
createNewFile() : boolean
delete() : boolean
deleteOnExit() : void
list() : String[]
listFiles() : File[]
listFiles(FilenameFilter) : File[]
listFiles(FileFilter) : File[]
mkdir() : boolean
mkdirs() : boolean
renameTo(File) : boolean
setLastModified(long) : boolean
setReadOnly() : boolean
setWritable(boolean, boolean) : boolean
setWritable(boolean) : boolean
setReadable(boolean, boolean) : boolean
setReadable(boolean) : boolean
setExecutable(boolean, boolean) : boolean
setExecutable(boolean) : boolean
canExecute() : boolean
listRoots() : File[]
getTotalSpace() : long
getFreeSpace() : long
getUsableSpace() : long
createTempFile(String, String, File) : File
createTempFile(String, String) : File
compareTo(File) : int
equals(Object) : boolean
hashCode() : int
toString() : String
toPath() : Path
compareTo(Object) : int