Java.IO.FileOutputStream.Write Method
Writes a single byte to this stream.

Syntax

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

Parameters

oneByte
the byte to be written.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Writes a single byte to this stream. Only the least significant byte of the integer oneByte is written to the stream.

[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