get

operator fun get(index: Int): Byte(source)

Returns a byte at the given index in this byte string.

Parameters

index

the index to retrieve the byte at.

Throws

when index is negative or greater or equal to the size.