ByteWriter.putUint16Be

Writes a unsigned big endian 16 bit integer to @writer.

class ByteWriter
bool
putUint16Be
(
ushort val
)

Parameters

val ushort

Value to write

Return Value

Type: bool

%TRUE if the value could be written

Meta