open fun setLong(i: Int, value: Long): Unit (source)
Set the 8 bytes starting at the specified index to the specified long value.
i - The index, which must less than or equal to size() - 8.
IndexOutOfBoundsException - if i < 0 or i > size() - 8.