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