setInt16

fun Buffer.setInt16(index: Int, value: Short)

Deprecated

Replace with

set16LE(index * Short.SIZE_BYTES, value)