open fun writeUInt64List(vararg elements: Long): Unit
(source)
Write a list of 64-bit unsigned integers. Note that the elements
are native signed longs, but will be interpreted as an unsigned values.
elements
- Long: the integers to write as a list
open fun writeUInt64List(elements: MutableList<Long!>!): Unit
(source)
Write a list of 64-bit unsigned integers. Note that the elements
are native signed longs, but will be interpreted as an unsigned values.
elements
- MutableList<Long!>!: the integers to write as a list