Tests, fixes and cleanups for the decompressor
- Use QtEndian methods instead of homegrown code
- Use in-class initialization
- Remove unused PDB reference member from Decompressor classes
- Add tests for NOOP and RLE decompressor
- Fix a bug in the RLE decompressor