nn::cx::IsFinishedUncompRL Function

Syntax

template <typename UncompContext>
bool IsFinishedUncompRL(
     const UncompContext * context
);

Arguments

Name Description
in context Pointer to the decompression context.

Return Values

Returns true if decompression is finished, and false if data must still be read.

Description

Determines whether the streaming decompression of compressed data is finished.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL