Function read_3_bytes

Source
pub(crate) fn read_3_bytes<R: Read>(
    reader: &mut R,
) -> Result<u32, DecodingError>