open fun writeInt32List(vararg elements: Int): Unit (source)
Write a list of 32-bit two's compliment integers.
elements - Int: the integers to write as a list
open fun writeInt32List(elements: MutableList<Int!>!): Unit (source)
Write a list of 32-bit two's compliment integers.
elements - MutableList<Int!>!: the integers to write as a list