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