nn::cx::IsFinishedUncompRL Function
template <typename UncompContext>
bool IsFinishedUncompRL(
const UncompContext * context
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
true if decompression is finished, and false if data must still be read. Determines whether the streaming decompression of compressed data is finished.
CONFIDENTIAL