| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.io |
||
| 100 | ||
buf : byte[] |
||
count : int |
||
pos : int |
||
markpos : int |
||
marklimit : int |
||
BufferedInputStream(InputStream) : void |
||
BufferedInputStream(InputStream, int) : void |
||
read() : int |
||
read(byte[], int, int) : int |
||
skip(long) : long |
||
available() : int |
||
mark(int) : void |
||
reset() : void |
||
markSupported() : boolean |
||
close() : void |