pub fn vbyte_read<E: Endianness, R: Read>(reader: &mut R) -> Result<u64>
Decode a natural number from a byte stream using variable-length byte codes.
This method just delegates to the correct endianness-specific method.