Expand description

A variable-length 7-bit encoder where each bit indicates if there is a continuation of the sequence or not.

Functions

Decode the given length using variable int encoding.

Encode the given length using variable length encoding.