Java.IO.Writer.Write Method
Writes the characters from the specified string to the target.

Syntax

[Android.Runtime.Register("write", "(Ljava/lang/String;)V", "GetWrite_Ljava_lang_String_Handler")]
public virtual void Write (string str)

Parameters

str
the non-null string containing the characters to write.

Exceptions

TypeReason
Java.IO.IOExceptionif this writer is closed or another I/O error occurs.

Remarks

Writes the characters from the specified string to the target.

[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