The methods of Java.IO.CharArrayWriter are listed below. For a list of all members, see the CharArrayWriter Members list.
See Also: Inherited members from Java.IO.Writer
override | Close()Closes this writer. | |
override | Flush()Flushes this writer. | |
Reset()Resets this writer. | ||
Size()Returns the size of this writer, that is the number of characters it stores. | ||
ToCharArray()Returns the contents of the receiver as a char array. | ||
override | Write(char[], int, int)Writes count characters starting at offset in c to this writer. | |
WriteTo(Writer)Writes the contents of this CharArrayWriter to another Writer. | ||
WriteToAsync(Writer)Documentation for this section has not yet been entered. |