open fun writeUInt32List(vararg elements: Long): Unit (source)
Write a list of 32-bit unsigned integers.
elements - Long: the integers to write as a list
IllegalArgumentException - if any values are too large to be represented in 32 bits
open fun writeUInt32List(elements: MutableList<Long!>!): Unit (source)
Write a list of 32-bit unsigned integers.
elements - MutableList<Long!>!: the integers to write as a list
IllegalArgumentException - if any values are too large to be represented in 32 bits