nn::cx::ReadUncompLZ Function
s32 ReadUncompLZ(
UncompContextLZ * context,
const void * data,
u32 len
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
| in | data | Pointer to compressed data. |
| in | len | Data size. |
Streaming decompression of LZ77 compressed data.
This API supports both LZ compression (backward compatibility) and LZ extended compression.
CONFIDENTIAL