bigEndianToShort

fun bigEndianToShort(data: ByteArray, offset: Int = 0): Int

Decode a 16-bit unsigned value from 2 bytes big-endian.