Java.IO.RandomAccessFile.Write Method
Writes the entire contents of the byte array buffer to this file, starting at the current file pointer.

Syntax

[Android.Runtime.Register("write", "([B)V", "GetWrite_arrayBHandler")]
public virtual void Write (byte[] buffer)

Parameters

buffer
the buffer to write.

Exceptions

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

Remarks

Writes the entire contents of the byte array buffer 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