GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type java.io.CharArrayWriter | |
CharArrayWriter | CharArrayWriter.append(char c) Appends the Unicode character, c , to the output stream
underlying this writer. |
CharArrayWriter | Appends the specified sequence of Unicode characters to the
output stream underlying this writer. |
CharArrayWriter | Appends the specified subsequence of Unicode characters to the
output stream underlying this writer, starting and ending at the
specified positions within the sequence. |
GNU Classpath (0.95) |