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