[go: up one dir, main page]

u16

Function u16 

Source
pub fn u16<R: Reader>(r: &mut R) -> Result<u16>
Expand description

Read an LEB128 u16 from the given Reader and return it or an error if reading failed.