Java.IO.RandomAccessFile.Write Method
Writes a byte to this file, starting at the current file pointer.

Syntax

[Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler")]
public virtual void Write (int oneByte)

See Also

RandomAccessFile.Read

Parameters

oneByte
the byte to write to this file.

Exceptions

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

Remarks

Writes a byte to this file, starting at the current file pointer. Only the least significant byte of the integer oneByte is written.

[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