setUInt16

fun Buffer.setUInt16(index: Int, value: Int)

Deprecated

Replace with

set16LE(index * Short.SIZE_BYTES, value.toShort())