pub fn small_nonnegative_integer(input: &mut Reader<'_>) -> Result<u8>
Expand description

Parse as integer with a value in the in the range [0, 255], returning its numeric value. This is typically used for parsing version numbers.