#include <revolution/cx.h> void CXUncompressAny( const void* srcp, void* destp );
| srcp | Source address where compressed data is stored |
|---|---|
| destp | Destination address where data is expanded |
None.
Determines the compression type from the data header and then executes the appropriate decompression process.
The decompression processes for all of the compression types are linked in this function. Unless special compression format is being used, it might be better to run a compression-type-specific function instead.
CXUncompressRL, CXUncompressLZ, CXUncompressHuffman, CXUnfilterDiff
2006/07/14 Initial version.
CONFIDENTIAL