| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.io |
||
| 100 | ||
InputStreamReader(InputStream) : void |
||
InputStreamReader(InputStream, String) : void |
||
InputStreamReader(InputStream, Charset) : void |
||
InputStreamReader(InputStream, CharsetDecoder) : void |
||
getEncoding() : String |
||
read(CharBuffer) : int |
||
read() : int |
||
read(char[], int, int) : int |
||
ready() : boolean |
||
close() : void |