SKStream.ReadUInt16 Method

Definition

Overloads

ReadUInt16()

Read a single, unsigned 16-bit integer.

ReadUInt16(UInt16)

Read a single, unsigned 16-bit integer.

ReadUInt16()

Read a single, unsigned 16-bit integer.

public ushort ReadUInt16 ();

Returns

Returns the unsigned 16-bit integer that was read.

Applies to

ReadUInt16(UInt16)

Read a single, unsigned 16-bit integer.

public bool ReadUInt16 (out ushort buffer);

Parameters

buffer
UInt16

The unsigned 16-bit integer that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to