#include <revolution/cx/CXStreamingUncompression.h>
void CXInitUncompContextLZ( CXUncompContextLZ *context, void* dest );
| context | Pointer to the context structure to be used for streaming uncompression of LZ77-compressed data. |
| dest | Specifies the destination buffer for uncompressed data. |
None.
Initializes the context structure for streaming decompression of LZ77-compressed data.
When the CXReadUncompLZ 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.
CXUncompressLZ, CXReadUncompLZ, CXIsFinishedUncompLZ, CXUncompContextLZ,CXCompressionHeader, CXInitUncompContextRL, CXInitUncompContextHuffman
07/06/2006 Initial version.
CONFIDENTIAL