of

fun of(text: String): Entry

Build a string entry from UTF-8 text.


fun of(bytes: ByteArray): Entry

Build a string entry from raw bytes.


fun of(value: Long): Entry

Build an integer entry.