get

operator fun get(index: Long): ByteArray

Answer the requested record.

Return

The record bytes.

Parameters

index

The index of the requested record.

Throws

If the index is out of bounds.