Java.IO.ObjectOutputStream.Write Method
Writes a single byte to the target stream.

Syntax

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

Parameters

value
the byte to write.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while writing to the target stream.

Remarks

Writes a single byte to the target stream. Only the least significant byte of the integer value is written to the stream. Blocks until the byte is actually 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