Java.IO.RandomAccessFile.WriteBytes Method
Writes the low order 8-bit bytes from a string to this file, starting at the current file pointer.

Syntax

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

Parameters

str
the string containing the bytes to write to this file

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs while writing to this file.

Remarks

Writes the low order 8-bit bytes from a string to this file, starting at the current file pointer.

[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