Entry

interface Entry

Iterable entry representing parsed MapBuffer values

Properties

Link copied to clipboard
abstract val booleanValue: Boolean

Entry value represented as Boolean

Link copied to clipboard
abstract val doubleValue: Double

Entry value represented as Double

Link copied to clipboard
abstract val intValue: Int

Entry value represented as Int

Link copied to clipboard
abstract val key: Int

Key of the given entry. Usually represented as 2 byte unsigned integer with the value range of [0,65536)

Link copied to clipboard
abstract val longValue: Long

Entry value represented as Long

Link copied to clipboard

Entry value represented as MapBuffer

Link copied to clipboard
abstract val stringValue: String

Entry value represented as String

Link copied to clipboard
abstract val type: MapBuffer.DataType

Parsed DataType of the entry