readInt16BE method

num readInt16BE(
  1. int offset, [
  2. bool noAssert
])

Reads a signed 16-bit integer from this buffer at the specified offset with specified endian format.

Implementation

external num readInt16BE(int offset, [bool noAssert]);