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