fromVarint

Decode a VarInt-encoded series of bytes into a value

@property
long
fromVarint
(
ubyte[] src
)

Parameters

src ubyte[]

The data stream

Return Value

Type: long

The decoded value

Meta