Function read_i32

Source
pub fn read_i32<R: BufRead + Seek>(
    reader: &mut R,
    endianness: &Endian,
) -> ImageResult<i32>