readVarint

Read a VarInt-encoded value from a data stream

Removes the bytes that represent the data from the stream

long
readVarint
(
ref ubyte[] src
)

Parameters

src ubyte[]

The data stream

Return Value

Type: long

The decoded value

Meta