Java.IO.CharArrayWriter Class
A specialized Java.IO.Writer for class for writing content to an (internal) char array.

See Also: CharArrayWriter Members

Syntax

[Android.Runtime.Register("java/io/CharArrayWriter", DoNotGenerateAcw=true)]
public class CharArrayWriter : Writer

Remarks

A specialized Java.IO.Writer for class for writing content to an (internal) char array. As bytes are written to this writer, the char array may be expanded to hold more characters. When the writing is considered to be finished, a copy of the char array can be requested from the class.

See Also

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1