abstract fun set(i: Int, b: Byte): Unit
Set a byte in this value.
i - The index of the byte to set.
i
b - The value to set that byte to.
b
IndexOutOfBoundsException - if i < 0 or {i >= size()}.
IndexOutOfBoundsException
i < 0