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