#include <revolution/cx/CXStreamingUncompression.h>
void CXInitUncompContextHuffman( CXUncompContextHuffman *context, void* dest );
| context | Pointer to the context structure to be used for streaming uncompression of Huffman-compressed data. |
| dest | Specifies the destination buffer for uncompressed data. |
None.
Initializes the context structure for streaming decompression of Huffman-compressed data.
When the CXReadUncompHuffman function is executed using this context, subsequent data is extracted in the region passed in the dest argument.
If this context is going to be reused, it needs to be reinitialized after the decompression of each file is completed.
CXUncompressHuffman, CXReadUncompHuffman, CXIsFinishedUncompHuffman, CXUncompContextHuffman,CXCompressionHeader, CXInitUncompContextLZ, CXInitUncompContextRL
07/06/2006 Initial version.
CONFIDENTIAL