# org.jpedal.jbig2.decoders.ArithmeticDecoder.decodeInt

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="org_jpedal_jbig2_decoders_ArithmeticDecoder_decodeInt_" data-uid="org.jpedal.jbig2.decoders.ArithmeticDecoder.decodeInt*">decodeInt Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="org_jpedal_jbig2_decoders_ArithmeticDecoder_decodeInt_" data-uid="org.jpedal.jbig2.decoders.ArithmeticDecoder.decodeInt*"></a>
<h4 id="org_jpedal_jbig2_decoders_ArithmeticDecoder_decodeInt_org_jpedal_jbig2_decoders_ArithmeticDecoderStats_" data-uid="org.jpedal.jbig2.decoders.ArithmeticDecoder.decodeInt(org.jpedal.jbig2.decoders.ArithmeticDecoderStats)">decodeInt(ArithmeticDecoderStats)</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 virtual DecodeIntResult decodeInt(ArithmeticDecoderStats stats)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function decodeInt(stats As ArithmeticDecoderStats) As DecodeIntResult</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.decoders.ArithmeticDecoderStats.html">ArithmeticDecoderStats</a></td>
      <td><span class="parametername">stats</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="org.jpedal.jbig2.decoders.DecodeIntResult.html">DecodeIntResult</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
