Decoded

data class Decoded<out T>(val value: T, val byteCount: Int) : VarLenPeek<T>

The decoded value and the exact number of bytes it occupies on the wire.

Constructors

Link copied to clipboard
constructor(value: T, byteCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T