CXUncompressAny

Syntax

#include <revolution/cx.h>

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

Arguments

srcp Source address where compressed data is stored
destp Destination address where data is expanded

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. Unless special compression format is being used, it might be better to run a compression-type-specific function instead.

See Also

CXUncompressRL, CXUncompressLZ, CXUncompressHuffman, CXUnfilterDiff

Revision History

2006/07/14 Initial version.


CONFIDENTIAL