readIntArray

fun ByteArray.readIntArray(o: Int, count: Int, little: Boolean): IntArray

Deprecated

Replace with

getS32Array(o, count, little)