public class DlugoszVarLenIntPacker
extends Object
Variable-length integer encoding. This optimize integer storage when most of the values are
small, but few of them can be quite large (as in a geometry). Adapted Dlugosz scheme to support
signed int whose average are around 0.
See Dlugosz' variable-length integer encoding (http://www.dlugosz.com/ZIP2/VLI.html).
- Author:
- laurent