DataIndex

class DataIndex(val offsets: IntArray, val bytes: ByteArray) : Iterable<ByteArray>

Constructors

Link copied to clipboard
constructor(offsets: IntArray, bytes: ByteArray)
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
operator fun get(index: Int): ByteArray
Link copied to clipboard
fun itemSize(index: Int): Int
Link copied to clipboard
open operator override fun iterator(): Iterator<ByteArray>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String