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