setInt32

fun Buffer.setInt32(index: Int, value: Int)

Deprecated

Replace with

set32LE(index * Int.SIZE_BYTES, value)