ObjectOutputStream.WriteByte(Int32) Method

Definition

Writes an 8 bit byte.

[Android.Runtime.Register("writeByte", "(I)V", "GetWriteByte_IHandler")]
public virtual void WriteByte (int val);
[<Android.Runtime.Register("writeByte", "(I)V", "GetWriteByte_IHandler")>]
abstract member WriteByte : int -> unit
override this.WriteByte : int -> unit

Parameters

val
Int32

the byte value to be written

Implements

Attributes

Exceptions

if an error occurs while writing to the target stream.

Remarks

Writes an 8 bit byte.

Java documentation for java.io.ObjectOutputStream.writeByte(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to