# org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet" class="text-break">JBIG2Bitmap.FastBitSet Class
</h1>
  <div class="markdown level0 summary"><p>Faster BitSet implementation. Does not perfom any bound checks.</p>
<p>@author Boris von Loesch</p>
</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"><span class="xref">JBIG2Bitmap.FastBitSet</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="org.jpedal.jbig2.image.html">org.jpedal.jbig2.image</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class JBIG2Bitmap.FastBitSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class JBIG2Bitmap.FastBitSet</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="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet__ctor_System_Int32_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.#ctor(System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.-ctor.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet__ctor_System_Int32_">FastBitSet(int)</a>
        </td>
        <td class="markdown level1 summary"></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="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_All" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.All">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.All.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_All">All</a>
        </td>
        <td class="markdown level1 summary"></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="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_clear_System_Int32_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.clear(System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.clear.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_clear_System_Int32_">clear(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_get_System_Int32_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.get(System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.get.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_get_System_Int32_">get(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_or_System_Int32_org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_System_Int32_System_Int32_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.or(System.Int32,org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet,System.Int32,System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.or.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_or_System_Int32_org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_System_Int32_System_Int32_">or(int, FastBitSet, int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_set_System_Int32_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.set(System.Int32)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.set.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_set_System_Int32_">set(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_set_System_Int32_System_Boolean_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.set(System.Int32,System.Boolean)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.set.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_set_System_Int32_System_Boolean_">set(int, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_set_System_Int32_System_Int32_System_Boolean_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.set(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.set.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_set_System_Int32_System_Int32_System_Boolean_">set(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_size" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.size">
          <a class="xref" href="org.jpedal.jbig2.image.JBIG2Bitmap.FastBitSet.size.html#org_jpedal_jbig2_image_JBIG2Bitmap_FastBitSet_size">size()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
