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