Item % of partially implemented % of fully implemented
java.io
95
RandomAccessFile(String, String) : void
RandomAccessFile(File, String) : void
getFD() : FileDescriptor
getChannel() : FileChannel
read() : int
read(byte[], int, int) : int
read(byte[]) : int
readFully(byte[]) : void
readFully(byte[], int, int) : void
skipBytes(int) : int
write(int) : void
write(byte[]) : void
write(byte[], int, int) : void
getFilePointer() : long
seek(long) : void
length() : long
setLength(long) : void
close() : void
readBoolean() : boolean
readByte() : byte
readUnsignedByte() : int
readShort() : short
readUnsignedShort() : int
readChar() : char
readInt() : int
readLong() : long
readFloat() : float
readDouble() : double
readLine() : String
readUTF() : String
writeBoolean(boolean) : void
writeByte(int) : void
writeShort(int) : void
writeChar(int) : void
writeInt(int) : void
writeLong(long) : void
writeFloat(float) : void
writeDouble(double) : void
writeBytes(String) : void
writeChars(String) : void
writeUTF(String) : void