Function vbyte_read

Source
pub fn vbyte_read<E: Endianness, R: Read>(reader: &mut R) -> Result<u64>
Expand description

Decode a natural number from a byte stream using variable-length byte codes.

This method just delegates to the correct endianness-specific method.