getUInt16

fun Buffer.getUInt16(index: Int): Int

Deprecated

Replace with

getU16LE(index * Short.SIZE_BYTES)