pub fn handle_input<R: Read>( input: &mut R, format: Format, line_wrap: Option<usize>, ignore_garbage: bool, decode: bool ) -> UResult<()>