SKStream.ReadByte Method

Definition

Overloads

ReadByte(Byte)

Read a single byte.

ReadByte()

Read a single byte.

ReadByte(Byte)

Read a single byte.

public bool ReadByte (out byte buffer);

Parameters

buffer
Byte

The byte that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to

ReadByte()

Read a single byte.

public byte ReadByte ();

Returns

Returns the byte that was read.

Applies to