Skip to main content

vbyte_read_be

Function vbyte_read_be 

Source
pub fn vbyte_read_be<R: Read>(reader: &mut R) -> Result<u64>
Expand description

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