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