ByteReader.peekInt16Be

Read a signed 16 bit big endian integer into val but keep the current position.

class ByteReader
bool
peekInt16Be
(
out short val
)

Parameters

val short

Pointer to a gint16 to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.