CXUncompressAny

C Specification

#include <revolution/cx.h>

void CXUncompressAny( const void* srcp, void* destp );

Arguments

srcp Source address where the compressed data is stored.
destp Destination address for decompression.

Return Values

None.

Description

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. Therefore, unless some special kind of compression is being used, it is perhaps more effective to execute the compression-type-specific function instead.

See Also

CXUncompressRL, CXUncompressLZ, CXUncompressHuffman, CXUnfilterDiff

Revision History

07/14/2006 Initial version.


CONFIDENTIAL