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