Java.IO.IDataOutput.WriteByte Method
Writes the specified 8-bit byte.

Syntax

[Android.Runtime.Register("writeByte", "(I)V", "GetWriteByte_IHandler:Java.IO.IDataOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteByte (int val)

See Also

IDataInput.ReadByte
IDataInput.ReadUnsignedByte

Parameters

val
the byte value to write.

Exceptions

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

Remarks

Writes the specified 8-bit byte.

[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