pub fn decompress<R: Read>(input: &mut R) -> Result<Vec<u8>>
Decompress a .dcx file from input, returning the original data.
input