1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1>cx - UncompressBlz Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16 <p>This sample decompresses reverse compressed LZ format files.</p> 17 <p>Compressed files are created using <CODE>ctr_compress</CODE> at <CODE>omake</CODE> time.</p> 18</div> 19 20<h2>Required Environment</h2> 21 22<div class="section"> 23 <p>None.</p> 24</div> 25 26<h2>How to Use</h2> 27 28<div class="section"> 29 <p>None.</p> 30</div> 31 32<h2>Notes</h2> 33 34<div class="section"> 35 <ul> 36 <li>This demo does not display anything on the screen. Logs are all displayed in debug output.</li> 37 </ul> 38</div> 39 40<h2>Execution Procedure</h2> 41 42<div class="section"> 43 <p>When the demo is executed, the following log is displayed in debug output.</p> 44 45 <pre class="code">UncompressBlz demo 46UncompressBlz demo finished</pre> 47 48</div> 49 50<h2>Revision History</h2> 51 52<div class="section"> 53 <dl class="history"> 54 <dt>2011/06/07</dt> 55 <dd>Initial version.</dd> 56 </dl> 57</div> 58 59 60<hr><p>CONFIDENTIAL</p></body> 61</html>