Java.IO.ByteArrayOutputStream.Write Method
Writes the specified byte oneByte to the OutputStream.

Syntax

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

Parameters

oneByte
the byte to be written.

Remarks

Writes the specified byte oneByte to the OutputStream. Only the low order byte of 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