nn::cx::ReadUncompGzip Function#include <nn/cx.h> s32 ReadUncompGzip( UncompContextGzip * 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 gzip format.
Note that the return value is different for other streaming decompression functions.
CONFIDENTIAL