SKStream.ReadInt32 Method

Definition

Overloads

ReadInt32()

Read a single 32-bit integer.

ReadInt32(Int32)

Read a single 32-bit integer.

ReadInt32()

Read a single 32-bit integer.

public int ReadInt32 ();

Returns

Returns the 32-bit integer that was read.

Applies to

ReadInt32(Int32)

Read a single 32-bit integer.

public bool ReadInt32 (out int buffer);

Parameters

buffer
Int32

The 32-bit integer that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to