getInt16

fun Buffer.getInt16(index: Int): Short

Deprecated

Replace with

getS16LE(index * Short.SIZE_BYTES)