SKStream.ReadSByte Method

Definition

Overloads

ReadSByte()

Read a single, signed byte.

ReadSByte(SByte)

Read a single, signed byte.

ReadSByte()

Read a single, signed byte.

public sbyte ReadSByte ();

Returns

Returns the signed byte that was read.

Applies to

ReadSByte(SByte)

Read a single, signed byte.

public bool ReadSByte (out sbyte buffer);

Parameters

buffer
SByte

The signed byte that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to