Item % of partially implemented % of fully implemented
java.io
76
FileInputStream(String) : void
FileInputStream(File) : void
FileInputStream(FileDescriptor) : void
read() : int
read(byte[]) : int
read(byte[], int, int) : int
readAllBytes() : byte[]
readNBytes(int) : byte[]
skip(long) : long
available() : int
close() : void
getFD() : FileDescriptor
getChannel() : FileChannel