Java.IO.CharArrayWriter: Method Members

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

Public Methods

override
Close()
Closes this writer.
override
Flush()
Flushes this writer.
Reset()
Resets this writer.
Size() : int
Returns the size of this writer, that is the number of characters it stores.
ToCharArray() : char[]
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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.