# C1.Util.DX.Storage.IStreamBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Storage_IStreamBase" data-uid="C1.Util.DX.Storage.IStreamBase" class="text-break">IStreamBase Interface
</h1>
  <div class="markdown level0 summary"><p>ISequentialStream</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Storage.html">C1.Util.DX.Storage</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_Storage_IStreamBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;0c733a30-2a1c-11ce-ade5-00aa0044773d&quot;)]
[Shadow(typeof(ComStreamBaseShadow))]
public interface IStreamBase : ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;0c733a30-2a1c-11ce-ade5-00aa0044773d&quot;)&gt;
&lt;Shadow(GetType(ComStreamBaseShadow))&gt;
Public Interface IStreamBase
    Inherits ICallbackable, IDisposable</code></pre>
  </div>
  <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="C1_Util_DX_Storage_IStreamBase_Read_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Storage.IStreamBase.Read(System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Storage.IStreamBase.Read.html#C1_Util_DX_Storage_IStreamBase_Read_System_IntPtr_System_Int32_">Read(IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Storage_IStreamBase_Write_System_IntPtr_System_Int32_" data-uid="C1.Util.DX.Storage.IStreamBase.Write(System.IntPtr,System.Int32)">
          <a class="xref" href="C1.Util.DX.Storage.IStreamBase.Write.html#C1_Util_DX_Storage_IStreamBase_Write_System_IntPtr_System_Int32_">Write(IntPtr, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a specified number of bytes into the stream object starting at the current seek pointer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
