#include <revolution/cx/CXStreamingUncompression.h> BOOL CXIsFinishedUncompLZ( const CXUncompContextLZ *context );
| context | Pointer to the context structure to be used for streaming uncompression of LZ77-compressed data. |
|---|
TRUE if decompression of the argument context data is complete. FALSE if data is still being decompressed.
This function determines whether the decompression of LZ77-compressed or LZ77 extended-compressed data is complete.
This can also be determined by checking whether the CXReadUncompLZ function returned 0 when it was run.
CXReadUncompLZ, CXUncompContextLZ, CXInitUncompContextLZ
2009/09/25 Explained data compressed in the LZ77 extended compression format.
2006/07/10 Initial version.
CONFIDENTIAL