nn::cx::ReadUncompDeflate Function#include <nn/cx.h> s32 ReadUncompDeflate( UncompContextDeflate * pContext, const void * pData, size_t dataSize );
| Name | Description | |
|---|---|---|
| inout | pContext |
Buffer where decompressed data is written. |
| in | pData |
Buffer storing the compressed data. |
| in | dataSize |
Size of the compressed data. |
ErrorCode value if unsuccessful. Performs streaming decompression of deflate compression data appended to the cx common header.
CONFIDENTIAL