VbiResult

data class VbiResult(val value: Int, val bytesConsumed: Int)

Result of decoding a Variable Byte Integer.

Constructors

Link copied to clipboard
constructor(value: Int, bytesConsumed: Int)

Properties

Link copied to clipboard

Number of bytes consumed from the input.

Link copied to clipboard
val value: Int

The decoded integer value.