Key
data class Key(val buffer: ReadBuffer, val start: Int, val end: Int = buffer.findFirst(ZeroByte, start))
Represents a key element in the buffer. Keys are used to reference objects in a Map
Represents a key element in the buffer. Keys are used to reference objects in a Map