getInt32

fun Buffer.getInt32(index: Int): Int

Deprecated

Replace with

getS32LE(index * Int.SIZE_BYTES)