vlq

fun NybbleOutputStream.vlq(value: Int)

Apply a variable-length universal coding strategy to the supplied value, encoding it onto the receiver using a nybble-based variant of MIDI VLQ. The value must be non-negative.

Author

Todd L Smith

See also

Parameters

value

The value to encode. Must be ≥ 0.