# org.jpedal.jbig2.decoders.ArithmeticDecoder.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="org_jpedal_jbig2_decoders_ArithmeticDecoder__ctor_" data-uid="org.jpedal.jbig2.decoders.ArithmeticDecoder.#ctor*">ArithmeticDecoder Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="org_jpedal_jbig2_decoders_ArithmeticDecoder__ctor_" data-uid="org.jpedal.jbig2.decoders.ArithmeticDecoder.#ctor*"></a>
<h4 id="org_jpedal_jbig2_decoders_ArithmeticDecoder__ctor_org_jpedal_jbig2_io_StreamReader_" data-uid="org.jpedal.jbig2.decoders.ArithmeticDecoder.#ctor(org.jpedal.jbig2.io.StreamReader)">ArithmeticDecoder(StreamReader)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ArithmeticDecoder(StreamReader reader)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(reader As StreamReader)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="org.jpedal.jbig2.io.StreamReader.html">StreamReader</a></td>
      <td><span class="parametername">reader</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
