Java.IO.CharArrayWriter.WriteTo Method
Writes the contents of this CharArrayWriter to another Writer.

Syntax

[Android.Runtime.Register("writeTo", "(Ljava/io/Writer;)V", "GetWriteTo_Ljava_io_Writer_Handler")]
public virtual void WriteTo (Writer out)

Parameters

out
the non-null Writer on which to write the contents.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif out is null.
Java.IO.IOExceptionif an error occurs attempting to write out the contents.

Remarks

Writes the contents of this CharArrayWriter to another Writer. The output is all the characters that have been written to the receiver since the last reset or since it was created.

[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