pub fn parse_u32<T: AsRef<[u8]>>(stream: &T, pos: &mut usize) -> u32
Expand description
Get a u32 from a bytestream and advance a position marker
ยงArguments
- bs : Serialized data, stream of bytes
- pos : Position marker - start postion of the deserialization