Content

class Content(val bytes: ByteArray, val 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

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

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