Java.IO.DataOutputStream.WriteBytes Method
Writes the low order 8-bit bytes from the specified string.

Syntax

[Android.Runtime.Register("writeBytes", "(Ljava/lang/String;)V", "")]
public void WriteBytes (string str)

Parameters

str
the string containing the bytes to write.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Writes the low order 8-bit bytes from the specified string.

[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