CXInitUncompContextRL

C Specification

#include <revolution/cx/CXStreamingUncompression.h>
void CXInitUncompContextRL( CXUncompContextRL *context, void* dest );

Arguments

context Pointer to the context structure to be used for streaming uncompression of RL-compressed data.
dest Specifies the destination buffer for uncompressed data.

Return Values

None.

Description

Initializes the context structure for streaming decompression of running-length-compressed data

When the CXReadUncompRL function is executed using this context, the next set of data gets uncompressed in the region passed by the dest argument.

If this context is going to be reused, it needs to be reinitialized after the decompression of each file is completed.

See Also

CXUncompressRL, CXReadUncompRL,CXUncompContextRL,CXCompressionHeader, CXInitUncompContextLZ, CXInitUncompContextHuffman, CXIsFinishedUncompRL

Revision History

07/06/2006 Initial version.


CONFIDENTIAL