nn::cx::ReadUncompZlib Function#include <nn/cx.h> s32 ReadUncompZlib( UncompContextZlib * 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. Streaming decompression of deflate compressed data in zlib format.
Note that the return value is different for other streaming decompression functions.
CONFIDENTIAL