entryAt

abstract fun entryAt(offset: Int): MapBuffer.Entry

Provides parsed access to a MapBuffer without additional lookups for provided offset.

Return

parsed entry for structured access for given offset

Parameters

offset

offset of entry in the MapBuffer structure. Can be looked up for known keys with getKeyOffset.