1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7<title>IsFinishedUncomp</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/cx/Overview.html">cx</a>::IsFinishedUncomp</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nn/cx.h&gt;
14
15template &lt;typename UncompContext&gt;
16bool IsFinishedUncomp(
17     const UncompContext * context
18);
19</pre>
20    </div>
21<h2>Parameters</h2>
22    <div class="section">
23      <table class="arguments">
24        <thead>
25          <tr>
26            <td width="15" />
27<th>Name</th>
28<td>Description</td>
29          </tr>
30        </thead>
31        <tr>
32<td>in</td>
33<th>context</th>
34<td>Pointer to the decompression context.</td>
35        </tr> </table>
36    </div>
37<h2>Return Values</h2>
38<div class="section">Returns <CODE>true</CODE> if decompression is finished, and <CODE>false</CODE> if data must still be read. </div>
39<h2>Description</h2>
40    <div class="section">
41<p>Determines whether the streaming decompression of compressed data is finished.</p><p>
42	The following values can be specified in <SPAN class="argument">UncompContext</SPAN>:
43	<table><tr><td><a href="../../nn/cx/UncompContextRL/Overview.html"><CODE>nn::cx::UncompContextRL</CODE></a></td><td>
44	      The context for decompressing run-length compressed data.
45	    </td></tr><tr><td><a href="../../nn/cx/UncompContextLZ/Overview.html"><CODE>nn::cx::UncompContextLZ</CODE></a></td><td>
46	      The context for decompressing LZ77 compressed data.
47	    </td></tr><tr><td><a href="../../nn/cx/UncompContextHuffman/Overview.html"><CODE>nn::cx::UncompContextHuffman</CODE></a></td><td>
48	      The context for decompressing Huffman compressed data.
49	    </td></tr><tr><td><a href="../../nn/cx/UncompContextLH/Overview.html"><CODE>nn::cx::UncompContextLH</CODE></a></td><td>
50	      The context for decompressing LZ-Huffman compressed data.
51	    </td></tr><tr><td><a href="../../nn/cx/UncompContextLRC/Overview.html"><CODE>nn::cx::UncompContextLRC</CODE></a></td><td>
52	      The context for decompressing LZ-Range Coder compressed data.
53	    </td></tr></table></p></div>
54<h2>Revision History</h2>
55    <div class="section">
56      <dl class="history">
57        <dt>2011/03/22</dt>
58<dd>	Initial version.<br />
59        </dd>
60      </dl>
61    </div>
62  <hr><p>CONFIDENTIAL</p></body>
63</html>