Options
All
  • Public
  • Public/Protected
  • All
Menu

Variable-length integers that can be encoded based on the values expressed to save space.

Value Len Structure
< 0xfd 1 uint8
<= 0xffff 3 0xfd + uint16
<= 0xffffffff 5 0xfe + uint32
> 0xffffffff 9 0xff + uint64

Hierarchy

Index

Properties

Properties

data

data: number

readBytes

readBytes: number