Content

class Content(bytes: ByteArray, flags: Int)

The encoded form of a KV value, with flags indicating the data type.

Parameters

flags

a bitfield indicating the type of content. See CodecFlags for standard values.

Constructors

Content
Link copied to clipboard
fun Content(bytes: ByteArray, flags: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

bytes
Link copied to clipboard
val bytes: ByteArray
flags
Link copied to clipboard
val flags: Int