Uses of Class java.io.CharArrayWriter

Uses in package java.io

Methods with return type java.io.CharArrayWriter

CharArrayWriter
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
CharArrayWriter.append(CharSequence cs, int start, int end)
Appends the specified subsequence of Unicode characters to the output stream underlying this writer, starting and ending at the specified positions within the sequence.