| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.io |
||
| 100 | ||
buf : byte[] |
||
pos : int |
||
mark : int |
||
count : int |
||
ByteArrayInputStream(byte[]) : void |
||
ByteArrayInputStream(byte[], int, int) : void |
||
read() : int |
||
read(byte[], int, int) : int |
||
readAllBytes() : byte[] |
||
readNBytes(byte[], int, int) : int |
||
transferTo(OutputStream) : long |
||
skip(long) : long |
||
available() : int |
||
markSupported() : boolean |
||
mark(int) : void |
||
reset() : void |
||
close() : void |