putInt

fun putInt(value: Int)

Write a 32-bit signed int to the buffer and increment its position.


fun putInt(value: UInt)

Write a 32-bit unsigned int to the buffer and increment its position.