kotlin-stdlib / kotlin.native / getShortAt getShortAt Native 1.3 fun ByteArray.getShortAt(index: Int): Short(source) Gets Short out of the ByteArray byte buffer at specified index index Exceptions ArrayIndexOutOfBoundsException - if index is outside of array boundaries.