getByte

fun getByte(@IntRange(from = 0) offset: Int): Byte?

Returns a byte at the given offset from the byte array.

Return

Cached value or null of offset exceeds value size.

Parameters

offset

Offset at which the byte value can be found.