readU32

fun ByteArray.readU32(o: Int, little: Boolean): Long

Deprecated

Replace with

getU32(o, little)