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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50<title>nn::cx</title> 51 </head> 52 <body> 53<h1><CODE><a href="../../nn/Overview.html">nn</a>::cx</CODE> Namespace</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>The namespace of the data compression and decompression library.</p><!-- write here --></div> 57 <a name="struct" id="struct"> 58<h2>Structures</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th> 63<a href="../../nn/cx/UncompContextRL/Overview.html"><CODE>nn::cx::UncompContextRL</CODE></a> 64 </th> 65<td>The context for decompressing run-length compressed data.</td> 66 </tr> 67 <tr> 68 <th> 69<a href="../../nn/cx/UncompContextLZ/Overview.html"><CODE>nn::cx::UncompContextLZ</CODE></a> 70 </th> 71<td>The context for decompressing LZ77 compressed data.</td> 72 </tr> 73 <tr> 74 <th> 75<a href="../../nn/cx/UncompContextHuffman/Overview.html"><CODE>nn::cx::UncompContextHuffman</CODE></a> 76 </th> 77<td>The context for decompressing Huffman compressed data.</td> 78 </tr> 79 <tr> 80 <th> 81<a href="../../nn/cx/UncompContextLH/Overview.html"><CODE>nn::cx::UncompContextLH</CODE></a> 82 </th> 83<td>The context for decompressing LZ-Huffman compressed data.</td> 84 </tr> 85 <tr> 86 <th> 87<a href="../../nn/cx/UncompContextLRC/Overview.html"><CODE>nn::cx::UncompContextLRC</CODE></a> 88 </th> 89<td>The context for decompressing LZ-Range Coder compressed data.</td> 90 </tr> 91 <tr> 92 <th> 93<a href="../../nn/cx/UncompContextDeflate/Overview.html"><CODE>nn::cx::UncompContextDeflate</CODE> </a> 94 </th> 95<td>The context for the deflate compression data streaming expansion appended to the <a href="../../nn/cx/Overview.html"><CODE>cx</CODE></a> common header.</td> 96 </tr> </table> 97 </div> 98 </a> <a name="enum" id="enum"> 99<h2>Enumerated Types</h2> 100 <div class="section"> 101 <table class="members"> 102 <tr> 103 <td width="100"> </td> 104 <th> 105<a href="../../nn/cx/ErrorCode.html"><CODE>ErrorCode</CODE></a> 106 </th> 107<td>Enumerated type representing the error codes.</td> 108 </tr> 109 <tr> 110 <td width="100"> </td> 111 <th> 112<a href="../../nn/cx/CompressionType.html"><CODE>CompressionType</CODE></a> 113 </th> 114<td>Enumerated type representing compression types.</td> 115 </tr> </table> 116 </div> 117 </a> <a name="typedef" id="typedef"> 118<h2>typedef Definitions</h2> 119 <div class="section"> 120 <table class="members"> 121 <tr> 122 <td width="100" /> 123 <th> 124<a href="../../nn/cx/UncompContextGzip.html"><CODE>UncompContextGzip</CODE> </a> 125 </th> 126<td>Context for deflate compression data streaming decompression for the gzip format.</td> 127 </tr> 128 <tr> 129 <td width="100" /> 130 <th> 131<a href="../../nn/cx/UncompContextZlib.html"><CODE>UncompContextZlib</CODE> </a> 132 </th> 133<td>Context for deflate compression data streaming decompression for the zlib format.</td> 134 </tr> </table> 135 </div> 136 </a> <a name="constant" id="constant"> 137<h2>Constants</h2> 138 <div class="section"> 139 <table class="members"> 140 <tr> 141<th class="category" colspan="4">Compression</th> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146<span class="argument"><a href="../../nn/cx/LZ_COMPRESS_WORK_SIZE.html"><CODE>LZ_COMPRESS_WORK_SIZE</CODE></a></span> 147 </th> 148<td width="100"><CODE>const int</CODE></td> 149<td>This is the size of the temporary buffer for compression with <CODE><a href="../../nn/cx/CompressLZ.html">nn::cx::CompressLZ</a></CODE>.</td> 150 </tr> 151 <tr> 152 <td width="100"> </td> 153 <th> 154<span class="argument"><a href="../../nn/cx/HUFFMAN_COMPRESS_WORK_SIZE.html"><CODE>HUFFMAN_COMPRESS_WORK_SIZE</CODE></a></span> 155 </th> 156<td width="100"><CODE>const int</CODE></td> 157<td>This is the size of the temporary buffer for compression with <CODE><a href="../../nn/cx/CompressHuffman.html">nn::cx::CompressHuffman</a></CODE>.</td> 158 </tr> 159 <tr> 160 <td width="100"> </td> 161 <th> 162<span class="argument"><a href="../../nn/cx/DEFLATE_COMPRESS_WORK_SIZE.html"><CODE>DEFLATE_COMPRESS_WORK_SIZE</CODE></a></span> 163 </th> 164<td width="100"><CODE>const int</CODE> </td> 165<td>The size of the work buffer needed for <a href="../../nn/cx/CompressDeflate.html"><CODE>CompressDeflate</CODE></a>.</td> 166 </tr> 167 <tr> 168 <td width="100"> </td> 169 <th> 170<span class="argument"><a href="../../nn/cx/GZIP_COMPRESS_WORK_SIZE.html"><CODE>GZIP_COMPRESS_WORK_SIZE</CODE></a></span> 171 </th> 172<td width="100"><CODE>const int</CODE> </td> 173<td>The size of the work buffer needed for <a href="../../nn/cx/CompressGzip.html"><CODE>CompressGzip</CODE></a>.</td> 174 </tr> 175 <tr> 176 <td width="100"> </td> 177 <th> 178<span class="argument"><a href="../../nn/cx/ZLIB_COMPRESS_WORK_SIZE.html"><CODE>ZLIB_COMPRESS_WORK_SIZE</CODE></a></span> 179 </th> 180<td width="100"><CODE>const int</CODE> </td> 181<td>The size of the work buffer needed for <a href="../../nn/cx/CompressZlib.html"><CODE>CompressZlib</CODE></a>.</td> 182 </tr> 183 <tr> 184<th class="category" colspan="4">Uncompression</th> 185 </tr> 186 <tr> 187 <td width="100"> </td> 188 <th> 189<span class="argument"><a href="../../nn/cx/UNCOMPRESS_LH_WORK_SIZE.html"><CODE>UNCOMPRESS_LH_WORK_SIZE</CODE></a></span> 190 </th> 191<td width="100"><CODE>const int</CODE> </td> 192<td>This is the size of the temporary buffer for uncompression with <CODE><a href="../../nn/cx/UncompressLH.html">nn::cx::UncompressLH</a></CODE>.</td> 193 </tr> 194 <tr> 195 <td width="100"> </td> 196 <th> 197<span class="argument"><a href="../../nn/cx/UNCOMPRESS_LRC_WORK_SIZE.html"><CODE>UNCOMPRESS_LRC_WORK_SIZE</CODE></a></span> 198 </th> 199<td width="100"><CODE>const int</CODE> </td> 200<td>This is the size of the temporary buffer for uncompression with <CODE><a href="../../nn/cx/UncompressLRC.html">nn::cx::UncompressLRC</a></CODE>.</td> 201 </tr> 202 <tr> 203 <td width="100"> </td> 204 <th> 205<span class="argument"><a href="../../nn/cx/UNCOMPRESS_DEFLATE_WORK_SIZE.html"><CODE>UNCOMPRESS_DEFLATE_WORK_SIZE</CODE></a></span> 206 </th> 207<td width="100"><CODE>const int</CODE> </td> 208<td>The size of the work buffer needed for <a href="../../nn/cx/UncompressDeflate.html"><CODE>UncompressDeflate</CODE></a>.</td> 209 </tr> 210 <tr> 211 <td width="100"> </td> 212 <th> 213<span class="argument"><a href="../../nn/cx/UNCOMPRESS_GZIP_WORK_SIZE.html"><CODE>UNCOMPRESS_GZIP_WORK_SIZE</CODE></a></span> 214 </th> 215<td width="100"><CODE>const int</CODE> </td> 216<td>The size of the work buffer needed for <a href="../../nn/cx/UncompressGzip.html"><CODE>UncompressGzip</CODE></a>.</td> 217 </tr> 218 <tr> 219 <td width="100"> </td> 220 <th> 221<span class="argument"><a href="../../nn/cx/UNCOMPRESS_ZLIB_WORK_SIZE.html"><CODE>UNCOMPRESS_ZLIB_WORK_SIZE</CODE></a></span> 222 </th> 223<td width="100"><CODE>const int</CODE> </td> 224<td>The size of the work buffer needed for <a href="../../nn/cx/UncompressZlib.html"><CODE>UncompressZlib</CODE></a>.</td> 225 </tr> </table> 226 </div> 227 </a> <a name="function" id="function"> 228<h2>Functions</h2> 229 <div class="section"> 230 <table class="members"> 231 <tr> 232<th class="category" colspan="3">Compression</th> 233 </tr> 234 <tr> 235 <td width="100"> </td> 236 <th> 237<a href="../../nn/cx/CompressLZ.html"><CODE>CompressLZ</CODE></a> 238 </th> 239<td>Carries out LZ77 compression.</td> 240 </tr> 241 <tr> 242 <td width="100"> </td> 243 <th> 244<a href="../../nn/cx/CompressLZEx.html"><CODE>CompressLZEx</CODE> </a> 245 </th> 246<td>Carries out LZ77 compression and expansion.</td> 247 </tr> 248 <tr> 249 <td width="100"> </td> 250 <th> 251<a href="../../nn/cx/CompressRL.html"><CODE>CompressRL</CODE></a> 252 </th> 253<td>Carries out run-length compression.</td> 254 </tr> 255 <tr> 256 <td width="100"> </td> 257 <th> 258<a href="../../nn/cx/CompressHuffman.html"><CODE>CompressHuffman</CODE></a> 259 </th> 260<td>Carries out Huffman compression.</td> 261 </tr> 262 <tr> 263 <td width="100"> </td> 264 <th> 265<a href="../../nn/cx/CompressDeflate.html"><CODE>CompressDeflate</CODE> </a> 266 </th> 267<td>Performs deflate compression appended to the <a href="../../nn/cx/Overview.html"><CODE>cx</CODE></a> common header.</td> 268 </tr> 269 <tr> 270 <td width="100"> </td> 271 <th> 272<a href="../../nn/cx/CompressGzip.html"><CODE>CompressGzip</CODE> </a> 273 </th> 274<td>Performs deflate compression in gzip format.</td> 275 </tr> 276 <tr> 277 <td width="100"> </td> 278 <th> 279<a href="../../nn/cx/CompressZlib.html"><CODE>CompressZlib</CODE> </a> 280 </th> 281<td>Performs deflate compression in zlib format.</td> 282 </tr> 283 <tr> 284<th class="category" colspan="3">Decompression</th> 285 </tr> 286 <tr> 287 <td width="100"> </td> 288 <th> 289<a href="../../nn/cx/GetCompressionType.html"><CODE>GetCompressionType</CODE></a> 290 </th> 291<td>Gets the compression type from the first byte in the compressed data.</td> 292 </tr> 293 <tr> 294 <td width="100"> </td> 295 <th> 296<a href="../../nn/cx/GetUncompressedSize.html"><CODE>GetUncompressedSize</CODE></a> 297 </th> 298<td>Gets the data size after decompression.</td> 299 </tr> 300 <tr> 301 <td width="100"> </td> 302 <th> 303<a href="../../nn/cx/GetGzipUncompressedSize.html"><CODE>GetGzipUncompressedSize</CODE> </a> 304 </th> 305<td>Gets the size of the deflate compressed data in gzip format after decompression.</td> 306 </tr> 307 <tr> 308 <td width="100"> </td> 309 <th> 310<a href="../../nn/cx/UncompressAny.html"><CODE>UncompressAny</CODE></a> 311 </th> 312<td>Detects the compression format from the data header and executes the appropriate decompression process.</td> 313 </tr> 314 <tr> 315 <td width="100"> </td> 316 <th> 317<a href="../../nn/cx/UncompressRL.html"><CODE>UncompressRL</CODE></a> 318 </th> 319<td>Decompresses run-length compressed data.</td> 320 </tr> 321 <tr> 322 <td width="100"> </td> 323 <th> 324<a href="../../nn/cx/UncompressLZ.html"><CODE>UncompressLZ</CODE></a> 325 </th> 326<td>Decompresses LZ77 compressed data.</td> 327 </tr> 328 <tr> 329 <td width="100"> </td> 330 <th> 331<a href="../../nn/cx/UncompressBLZ.html"><CODE>UncompressBLZ</CODE></a> 332 </th> 333<td>Decompresses LZ backward compressed (BLZ) data.</td> 334 </tr> 335 <tr> 336 <td width="100"> </td> 337 <th> 338<a href="../../nn/cx/UncompressHuffman.html"><CODE>UncompressHuffman</CODE></a> 339 </th> 340<td>Decompresses Huffman compressed data.</td> 341 </tr> 342 <tr> 343 <td width="100"> </td> 344 <th> 345<a href="../../nn/cx/UncompressLH.html"><CODE>UncompressLH</CODE></a> 346 </th> 347<td>Decompresses LZ-Huffman compressed data.</td> 348 </tr> 349 <tr> 350 <td width="100"> </td> 351 <th> 352<a href="../../nn/cx/UncompressLRC.html"><CODE>UncompressLRC</CODE></a> 353 </th> 354<td>Decompresses LZ-Range Coder compressed data.</td> 355 </tr> 356 <tr> 357 <td width="100"> </td> 358 <th> 359<a href="../../nn/cx/UncompressDeflate.html"><CODE>UncompressDeflate</CODE> </a> 360 </th> 361<td>Performs deflate compression data expansion appended to the <a href="../../nn/cx/Overview.html"><CODE>cx</CODE></a> common header.</td> 362 </tr> 363 <tr> 364 <td width="100"> </td> 365 <th> 366<a href="../../nn/cx/UncompressGzip.html"><CODE>UncompressGzip</CODE> </a> 367 </th> 368<td>Decompresses deflate compressed data in gzip format.</td> 369 </tr> 370 <tr> 371 <td width="100"> </td> 372 <th> 373<a href="../../nn/cx/UncompressZlib.html"><CODE>UncompressZlib</CODE> </a> 374 </th> 375<td>Decompresses deflate compressed data in zlib format.</td> 376 </tr> 377 <tr> 378 <td width="100"> </td> 379 <th> 380<a href="../../nn/cx/UnfilterDiff.html"><CODE>UnfilterDiff</CODE></a> 381 </th> 382<td>Restores data converted using a difference filter.</td> 383 </tr> 384 <tr> 385<th class="category" colspan="3">Decompress with error checking</th> 386 </tr> 387 <tr> 388 <td width="100"> </td> 389 <th> 390<a href="../../nn/cx/SecureUncompressAny.html"><CODE>SecureUncompressAny</CODE></a> 391 </th> 392<td>Detects the compression format from the data header and executes the appropriate decompression process while checking for errors.</td> 393 </tr> 394 <tr> 395 <td width="100"> </td> 396 <th> 397<a href="../../nn/cx/SecureUncompressRL.html"><CODE>SecureUncompressRL</CODE></a> 398 </th> 399<td>Decompresses run-length compressed data while checking for errors.</td> 400 </tr> 401 <tr> 402 <td width="100"> </td> 403 <th> 404<a href="../../nn/cx/SecureUncompressLZ.html"><CODE>SecureUncompressLZ</CODE></a> 405 </th> 406<td>Decompresses LZ77 compressed data while checking for errors.</td> 407 </tr> 408 <tr> 409 <td width="100"> </td> 410 <th> 411<a href="../../nn/cx/SecureUncompressHuffman.html"><CODE>SecureUncompressHuffman</CODE></a> 412 </th> 413<td>Decompresses Huffman compressed data while checking for errors.</td> 414 </tr> 415 <tr> 416 <td width="100"> </td> 417 <th> 418<a href="../../nn/cx/SecureUncompressLH.html"><CODE>SecureUncompressLH</CODE></a> 419 </th> 420<td>Decompresses LZ-Huffman compressed data.</td> 421 </tr> 422 <tr> 423 <td width="100"> </td> 424 <th> 425<a href="../../nn/cx/SecureUncompressLRC.html"><CODE>SecureUncompressLRC</CODE></a> 426 </th> 427<td>Decompresses LZ-Range Coder compressed data.</td> 428 </tr> 429 <tr> 430 <td width="100"> </td> 431 <th> 432<a href="../../nn/cx/SecureUnfilterDiff.html"><CODE>SecureUnfilterDiff</CODE></a> 433 </th> 434<td>Restores data converted using a difference filter.</td> 435 </tr> 436 <tr> 437 <td width="100"> </td> 438 <th> 439<a href="../../nn/cx/SecureUncompressBLZ.html"><CODE>SecureUncompressBLZ</CODE></a> 440 </th> 441<td>Runs backward LZ (BLZ) decompression.</td> 442 </tr> 443 <tr> 444<th class="category" colspan="3">Streaming decompression</th> 445 </tr> 446 <tr> 447 <td width="100"> </td> 448 <th> 449<a href="../../nn/cx/InitUncompContextRL.html"><CODE>InitUncompContextRL</CODE></a> 450 </th> 451<td>Initializes the streaming decompression context for run-length compressed data.</td> 452 </tr> 453 <tr> 454 <td width="100"> </td> 455 <th> 456<a href="../../nn/cx/InitUncompContextLZ.html"><CODE>InitUncompContextLZ</CODE></a> 457 </th> 458<td>Initializes the streaming decompression context for LZ77 compressed data.</td> 459 </tr> 460 <tr> 461 <td width="100"> </td> 462 <th> 463<a href="../../nn/cx/InitUncompContextHuffman.html"><CODE>InitUncompContextHuffman</CODE></a> 464 </th> 465<td>Initializes the streaming decompression context for Huffman compressed data.</td> 466 </tr> 467 <tr> 468 <td width="100"> </td> 469 <th> 470<a href="../../nn/cx/InitUncompContextLH.html"><CODE>InitUncompContextLH</CODE></a> 471 </th> 472<td>Initializes the streaming decompression context for LZ-Huffman compressed data.</td> 473 </tr> 474 <tr> 475 <td width="100"> </td> 476 <th> 477<a href="../../nn/cx/InitUncompContextLRC.html"><CODE>InitUncompContextLRC</CODE></a> 478 </th> 479<td>Initializes the streaming decompression context for LZ-Range Coder compressed data.</td> 480 </tr> 481 <tr> 482 <td width="100"> </td> 483 <th> 484<a href="../../nn/cx/InitUncompContextDeflate.html"><CODE>InitUncompContextDeflate</CODE> </a> 485 </th> 486<td>Initializes the context for the deflate compression data streaming expansion appended to the <a href="../../nn/cx/Overview.html"><CODE>cx</CODE></a> common header.</td> 487 </tr> 488 <tr> 489 <td width="100"> </td> 490 <th> 491<a href="../../nn/cx/InitUncompContextGzip.html"><CODE>InitUncompContextGzip</CODE> </a> 492 </th> 493<td>Initializes the streaming decompression context for deflate compressed data in the gzip format.</td> 494 </tr> 495 <tr> 496 <td width="100"> </td> 497 <th> 498<a href="../../nn/cx/InitUncompContextZlib.html"><CODE>InitUncompContextZlib</CODE> </a> 499 </th> 500<td>Initializes the streaming decompression context for deflate compressed data in the zlib format.</td> 501 </tr> 502 <tr> 503 <td width="100"> </td> 504 <th> 505<a href="../../nn/cx/ReadUncompRL.html"><CODE>ReadUncompRL</CODE></a> 506 </th> 507<td>Streaming decompression of run-length compressed data.</td> 508 </tr> 509 <tr> 510 <td width="100"> </td> 511 <th> 512<a href="../../nn/cx/ReadUncompLZ.html"><CODE>ReadUncompLZ</CODE></a> 513 </th> 514<td>Streaming decompression of LZ77 compressed data.</td> 515 </tr> 516 <tr> 517 <td width="100"> </td> 518 <th> 519<a href="../../nn/cx/ReadUncompHuffman.html"><CODE>ReadUncompHuffman</CODE></a> 520 </th> 521<td>Streaming decompression of Huffman compressed data.</td> 522 </tr> 523 <tr> 524 <td width="100"> </td> 525 <th> 526<a href="../../nn/cx/ReadUncompLH.html"><CODE>ReadUncompLH</CODE></a> 527 </th> 528<td>Streaming decompression of LZ-Huffman compressed data.</td> 529 </tr> 530 <tr> 531 <td width="100"> </td> 532 <th> 533<a href="../../nn/cx/ReadUncompLRC.html"><CODE>ReadUncompLRC</CODE></a> 534 </th> 535<td>Streaming decompression of LZ-Range Coder compressed data.</td> 536 </tr> 537 <tr> 538 <td width="100"> </td> 539 <th> 540<a href="../../nn/cx/ReadUncompDeflate.html"><CODE>ReadUncompDeflate</CODE> </a> 541 </th> 542<td>Performs streaming decompression of deflate compression data appended to the <a href="../../nn/cx/Overview.html"><CODE>cx</CODE></a> common header.</td> 543 </tr> 544 <tr> 545 <td width="100"> </td> 546 <th> 547<a href="../../nn/cx/ReadUncompGzip.html"><CODE>ReadUncompGzip</CODE> </a> 548 </th> 549<td>Streaming decompression of deflate compressed data in gzip format.</td> 550 </tr> 551 <tr> 552 <td width="100"> </td> 553 <th> 554<a href="../../nn/cx/ReadUncompZlib.html"><CODE>ReadUncompZlib</CODE> </a> 555 </th> 556<td>Streaming decompression of deflate compressed data in zlib format.</td> 557 </tr> 558 <tr> 559 <td width="100"> </td> 560 <th> 561<a href="../../nn/cx/IsFinishedUncomp.html"><CODE>IsFinishedUncomp</CODE></a> 562 </th> 563<td>Determines whether the streaming decompression of compressed data is finished.</td> 564 </tr> 565 <tr> 566 <td width="100"> </td> 567 <th> 568<a href="../../nn/cx/InitUncompContextRLFront.html"><CODE>InitUncompContextRLFront</CODE></a> 569 </th> 570<td>Initializes the streaming decompression context for run-length compressed data to the specified decompressed size.</td> 571 </tr> 572 <tr> 573 <td width="100"> </td> 574 <th> 575<a href="../../nn/cx/InitUncompContextLZFront.html"><CODE>InitUncompContextLZFront</CODE></a> 576 </th> 577<td>Initializes the streaming decompression context for LZ77 compressed data to the specified decompressed size.</td> 578 </tr> 579 <tr> 580 <td width="100"> </td> 581 <th> 582<a href="../../nn/cx/InitUncompContextHuffmanFront.html"><CODE>InitUncompContextHuffmanFront</CODE></a> 583 </th> 584<td>Initializes the streaming decompression context for Huffman compressed data to the specified size.</td> 585 </tr> 586 <tr> 587 <td width="100"> </td> 588 <th> 589<a href="../../nn/cx/InitUncompContextLHFront.html"><CODE>InitUncompContextLHFront</CODE></a> 590 </th> 591<td>Initializes the streaming decompression context for LZ-Huffman compressed data to the specified decompressed size.</td> 592 </tr> 593 <tr> 594 <td width="100"> </td> 595 <th> 596<a href="../../nn/cx/InitUncompContextLRCFront.html"><CODE>InitUncompContextLRCFront</CODE></a> 597 </th> 598<td>Initializes the streaming decompression context for LZ-Range Coder compressed data to the specified decompressed size.</td> 599 </tr> </table> 600 </div> 601 </a> 602<h2>Revision History</h2> 603 <div class="section"> 604 <dl class="history"> 605 <dt>2010/11/10</dt> 606<dd>Initial version.<br /> 607 </dd> 608 </dl> 609 </div> 610 <hr><p>CONFIDENTIAL</p></body> 611</html>