SKStream.ReadInt16 Method

Definition

Overloads

ReadInt16()

Read a single 16-bit integer.

ReadInt16(Int16)

Read a single 16-bit integer.

ReadInt16()

Read a single 16-bit integer.

public short ReadInt16 ();

Returns

Returns the 16-bit integer that was read.

Applies to

ReadInt16(Int16)

Read a single 16-bit integer.

public bool ReadInt16 (out short buffer);

Parameters

buffer
Int16

The 16-bit integer that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to