[−][src]Function dalvik::read::uleb128
pub fn uleb128<R>(reader: &mut R) -> Result<(u32, u32), Error> where
R: Read, Reads a uleb128 from a reader.
Returns the u32 represented by the uleb128 and the number of bytes read.
pub fn uleb128<R>(reader: &mut R) -> Result<(u32, u32), Error> where
R: Read, Reads a uleb128 from a reader.
Returns the u32 represented by the uleb128 and the number of bytes read.