pub fn get_i32l(buf: &[u8]) -> i32
Expand description

Reads the first 4 bytes of a buffer, stores them in a little-endian order, and returns them as an i32.