Java.IO.RandomAccessFile.WriteChars Method
Writes big-endian 16-bit characters from str to this file, starting at the current file pointer.

Syntax

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

See Also

RandomAccessFile.ReadChar

Parameters

str
the string to write to this file.

Exceptions

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

Remarks

Writes big-endian 16-bit characters from str 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