get

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

Returns the value of the wrapped buffer at the given index.