The members of Java.IO.CharArrayWriter are listed below.
See Also: Inherited members from Java.IO.Writer
Constructs a new CharArrayWriter which has a buffer allocated with the default size of 32 characters. | ||
Constructs a new CharArrayWriter which has a buffer allocated with the size of initialSize characters. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Buf | IList<char>. The buffer for characters. | |
Count | int. The ending index of the buffer. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |