ByteReader.getInt16Be

Read a signed 16 bit big endian integer into @val and update the current position.

class ByteReader
bool
getInt16Be
(
out short val
)

Parameters

val short

Pointer to a #gint16 to store the result

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta