# CSJ2K.j2k.entropy.decoder.EntropyDecoder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_entropy_decoder_EntropyDecoder" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder" class="text-break">EntropyDecoder Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.html">MultiResImgDataAdapter</a></div>
    <div class="level2"><span class="xref">EntropyDecoder</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.j2k.entropy.decoder.StdEntropyDecoder.html">StdEntropyDecoder</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="CSJ2K.j2k.quantization.dequantizer.CBlkQuantDataSrcDec.html">CBlkQuantDataSrcDec</a></div>
    <div><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTData.html">InvWTData</a></div>
    <div><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.MultiResImgData.html">MultiResImgData</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.entropy.decoder.html">CSJ2K.j2k.entropy.decoder</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EntropyDecoder : MultiResImgDataAdapter, CBlkQuantDataSrcDec, InvWTData, MultiResImgData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EntropyDecoder
    Inherits MultiResImgDataAdapter
    Implements CBlkQuantDataSrcDec, InvWTData, MultiResImgData</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder__ctor_CSJ2K_j2k_entropy_decoder_CodedCBlkDataSrcDec_" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.#ctor(CSJ2K.j2k.entropy.decoder.CodedCBlkDataSrcDec)">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.-ctor.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder__ctor_CSJ2K_j2k_entropy_decoder_CodedCBlkDataSrcDec_">EntropyDecoder(CodedCBlkDataSrcDec)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the source of compressed data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_OPT_PREFIX" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.OPT_PREFIX">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.OPT_PREFIX.html">OPT_PREFIX</a>
        </td>
        <td class="markdown level1 summary"><p>The prefix for entropy decoder optiojns: 'C'</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_src" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.src">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.src.html">src</a>
        </td>
        <td class="markdown level1 summary"><p>The bit stream transport from where to get the compressed data
(the source)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_CbULX" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.CbULX">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.CbULX.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder_CbULX">CbULX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the horizontal code-block partition origin. Allowable values
are 0 and 1, nothing else.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_CbULY" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.CbULY">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.CbULY.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder_CbULY">CbULY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the vertical code-block partition origin. Allowable values are
0 and 1, nothing else.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_ParameterInfo" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.ParameterInfo">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.ParameterInfo.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder_ParameterInfo">ParameterInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parameters that are used in this class and
implementing classes. It returns a 2D String array. Each of the
1D arrays is for a different option, and they have 3
elements. The first element is the option name, the second one
is the synopsis and the third one is a long description of what
the parameter is. The synopsis or description may be 'null', in
which case it is assumed that there is no synopsis or
description of the option, respectively. Null may be returned
if no options are supported.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_getCodeBlock_System_Int32_System_Int32_System_Int32_CSJ2K_j2k_wavelet_synthesis_SubbandSyn_CSJ2K_j2k_image_DataBlk_" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.getCodeBlock(System.Int32,System.Int32,System.Int32,CSJ2K.j2k.wavelet.synthesis.SubbandSyn,CSJ2K.j2k.image.DataBlk)">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.getCodeBlock.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder_getCodeBlock_System_Int32_System_Int32_System_Int32_CSJ2K_j2k_wavelet_synthesis_SubbandSyn_CSJ2K_j2k_image_DataBlk_">getCodeBlock(int, int, int, SubbandSyn, DataBlk)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the specified code-block in the current tile for the specified
component, as a copy (see below).</p>
<pre><code>       &lt;p&gt;The returned code-block may be progressive, which is indicated by
       the 'progressive' variable of the returned 'DataBlk' object. If a
       code-block is progressive it means that in a later request to this
       method for the same code-block it is possible to retrieve data which is
       a better approximation, since meanwhile more data to decode for the
       code-block could have been received. If the code-block is not
       progressive then later calls to this method for the same code-block
       will return the exact same data values.&lt;/p&gt;&lt;p&gt;The data returned by this method is always a copy of the internal
       data of this object, if any, and it can be modified &quot;in place&quot; without
       any problems after being returned. The 'offset' of the returned data is
       0, and the 'scanw' is the same as the code-block width. See the
       'DataBlk' class.&lt;/p&gt;&lt;p&gt;The 'ulx' and 'uly' members of the returned 'DataBlk' object contain
       the coordinates of the top-left corner of the block, with respect to
       the tile, not the subband.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_getInternCodeBlock_System_Int32_System_Int32_System_Int32_CSJ2K_j2k_wavelet_synthesis_SubbandSyn_CSJ2K_j2k_image_DataBlk_" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.getInternCodeBlock(System.Int32,System.Int32,System.Int32,CSJ2K.j2k.wavelet.synthesis.SubbandSyn,CSJ2K.j2k.image.DataBlk)">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.getInternCodeBlock.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder_getInternCodeBlock_System_Int32_System_Int32_System_Int32_CSJ2K_j2k_wavelet_synthesis_SubbandSyn_CSJ2K_j2k_image_DataBlk_">getInternCodeBlock(int, int, int, SubbandSyn, DataBlk)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the specified code-block in the current tile for the specified
component (as a reference or copy).</p>
<pre><code>       &lt;p&gt;The returned code-block may be progressive, which is indicated by
       the 'progressive' variable of the returned 'DataBlk' object. If a
       code-block is progressive it means that in a later request to this
       method for the same code-block it is possible to retrieve data which is
       a better approximation, since meanwhile more data to decode for the
       code-block could have been received. If the code-block is not
       progressive then later calls to this method for the same code-block
       will return the exact same data values.&lt;/p&gt;&lt;p&gt;The data returned by this method can be the data in the internal
       buffer of this object, if any, and thus can not be modified by the
       caller. The 'offset' and 'scanw' of the returned data can be
       arbitrary. See the 'DataBlk' class.&lt;/p&gt;&lt;p&gt;The 'ulx' and 'uly' members of the returned 'DataBlk' object contain
       the coordinates of the top-left corner of the block, with respect to
       the tile, not the subband.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_entropy_decoder_EntropyDecoder_getSynSubbandTree_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.entropy.decoder.EntropyDecoder.getSynSubbandTree(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.entropy.decoder.EntropyDecoder.getSynSubbandTree.html#CSJ2K_j2k_entropy_decoder_EntropyDecoder_getSynSubbandTree_System_Int32_System_Int32_">getSynSubbandTree(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the specified synthesis subband tree</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
