Skip to main content

read_var_int_byte

Function read_var_int_byte 

Source
pub fn read_var_int_byte<R: Read>(stream: &mut R) -> Result<(u8, bool)>
Expand description

Returns whether the first bit of u8 is 1 and returns the 7-bit truth value