pub fn decode_routine<I, O>( input_handle: &mut I, output_handle: &mut O, ) -> Result<(), Error>where I: BufRead, O: Write,
The decoding routine for arithmetic coding. Takes an input and an output.