| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.io |
||
| 100 | ||
BufferedReader(Reader, int) : void |
||
BufferedReader(Reader) : void |
||
read() : int |
||
read(char[], int, int) : int |
||
readLine() : String |
||
skip(long) : long |
||
ready() : boolean |
||
markSupported() : boolean |
||
mark(int) : void |
||
reset() : void |
||
close() : void |
||
lines() : Stream |