write8

fun ByteArray.write8(o: Int, v: Int)
fun ByteArray.write8(o: Int, v: Long)

Deprecated

Replace with

set8(o, v)