readCharArray

fun ByteArray.readCharArray(o: Int, count: Int, little: Boolean): CharArray

Deprecated

Replace with

getU16Array(o, count, little)