| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.io |
||
| 100 | ||
OutputStreamWriter(OutputStream, String) : void |
||
OutputStreamWriter(OutputStream) : void |
||
OutputStreamWriter(OutputStream, Charset) : void |
||
OutputStreamWriter(OutputStream, CharsetEncoder) : void |
||
getEncoding() : String |
||
write(int) : void |
||
write(char[], int, int) : void |
||
write(String, int, int) : void |
||
append(CharSequence, int, int) : Writer |
||
append(CharSequence) : Writer |
||
flush() : void |
||
close() : void |
||
append(CharSequence, int, int) : Appendable |
||
append(CharSequence) : Appendable |