abstract fun get(i: Int): Byte
(source)
Retrieve a byte in this value.
i
- Int: The index of the byte to fetch within the value (0-indexed).
IndexOutOfBoundsException
- if i < 0
or {i >= size()}.
Return
Byte: The byte at index i
in this value.