Read a VarInt‐encoded value from a stream.
Synopsis
Declared in <serialize.h>
template<
typename Stream,
VarIntMode Mode,
typename I>
I
ReadVarInt(Stream& is);
Return Value
The decoded integer value.
Parameters
Name |
Description |
is |
The input stream. |
Created with MrDocs