| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.io |
||
| 100 | ||
in : InputStream |
||
FilterInputStream(InputStream) : void |
||
read() : int |
||
read(byte[]) : int |
||
read(byte[], int, int) : int |
||
skip(long) : long |
||
available() : int |
||
close() : void |
||
mark(int) : void |
||
reset() : void |
||
markSupported() : boolean |