readS32

fun ByteArray.readS32(o: Int, little: Boolean): Int

Deprecated

Replace with

getS32(o, little)