# C1.Util.DX.DataStream

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DataStream" data-uid="C1.Util.DX.DataStream" class="text-break">DataStream Class
</h1>
  <div class="markdown level0 summary"><p>Provides a stream interface to a buffer located in unmanaged memory.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></div>
    <div class="level3"><span class="xref">DataStream</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.html">C1.Util.DX</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_DataStream_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataStream : Stream, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataStream
    Inherits Stream
    Implements IDisposable</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="C1_Util_DX_DataStream__ctor_C1_Util_DX_DataPointer_" data-uid="C1.Util.DX.DataStream.#ctor(C1.Util.DX.DataPointer)">
          <a class="xref" href="C1.Util.DX.DataStream.-ctor.html#C1_Util_DX_DataStream__ctor_C1_Util_DX_DataPointer_">DataStream(DataPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream__ctor_C1_Util_DX_Direct3D11_Blob_" data-uid="C1.Util.DX.DataStream.#ctor(C1.Util.DX.Direct3D11.Blob)">
          <a class="xref" href="C1.Util.DX.DataStream.-ctor.html#C1_Util_DX_DataStream__ctor_C1_Util_DX_Direct3D11_Blob_">DataStream(Blob)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a> class from a Blob buffer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream__ctor_System_Int32_System_Boolean_System_Boolean_" data-uid="C1.Util.DX.DataStream.#ctor(System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Util.DX.DataStream.-ctor.html#C1_Util_DX_DataStream__ctor_System_Int32_System_Boolean_System_Boolean_">DataStream(int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a> class, and allocates a new buffer to use as a backing store.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream__ctor_System_IntPtr_System_Int64_System_Boolean_System_Boolean_" data-uid="C1.Util.DX.DataStream.#ctor(System.IntPtr,System.Int64,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Util.DX.DataStream.-ctor.html#C1_Util_DX_DataStream__ctor_System_IntPtr_System_Int64_System_Boolean_System_Boolean_">DataStream(IntPtr, long, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a> class, using an unmanaged buffer as a backing store.</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="C1_Util_DX_DataStream_CanRead" data-uid="C1.Util.DX.DataStream.CanRead">
          <a class="xref" href="C1.Util.DX.DataStream.CanRead.html#C1_Util_DX_DataStream_CanRead">CanRead</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current stream supports reading.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_CanSeek" data-uid="C1.Util.DX.DataStream.CanSeek">
          <a class="xref" href="C1.Util.DX.DataStream.CanSeek.html#C1_Util_DX_DataStream_CanSeek">CanSeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current stream supports seeking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_CanWrite" data-uid="C1.Util.DX.DataStream.CanWrite">
          <a class="xref" href="C1.Util.DX.DataStream.CanWrite.html#C1_Util_DX_DataStream_CanWrite">CanWrite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current stream supports writing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_DataPointer" data-uid="C1.Util.DX.DataStream.DataPointer">
          <a class="xref" href="C1.Util.DX.DataStream.DataPointer.html#C1_Util_DX_DataStream_DataPointer">DataPointer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the internal pointer to the current stream's backing store.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Length" data-uid="C1.Util.DX.DataStream.Length">
          <a class="xref" href="C1.Util.DX.DataStream.Length.html#C1_Util_DX_DataStream_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length in bytes of the stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Position" data-uid="C1.Util.DX.DataStream.Position">
          <a class="xref" href="C1.Util.DX.DataStream.Position.html#C1_Util_DX_DataStream_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position within the current stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_PositionPointer" data-uid="C1.Util.DX.DataStream.PositionPointer">
          <a class="xref" href="C1.Util.DX.DataStream.PositionPointer.html#C1_Util_DX_DataStream_PositionPointer">PositionPointer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_RemainingLength" data-uid="C1.Util.DX.DataStream.RemainingLength">
          <a class="xref" href="C1.Util.DX.DataStream.RemainingLength.html#C1_Util_DX_DataStream_RemainingLength">RemainingLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the remaining.</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="C1_Util_DX_DataStream_Create__1___0___System_Boolean_System_Boolean_System_Int32_System_Boolean_" data-uid="C1.Util.DX.DataStream.Create``1(``0[],System.Boolean,System.Boolean,System.Int32,System.Boolean)">
          <a class="xref" href="C1.Util.DX.DataStream.Create.html#C1_Util_DX_DataStream_Create__1___0___System_Boolean_System_Boolean_System_Int32_System_Boolean_">Create&lt;T&gt;(T[], bool, bool, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a> class, using a managed buffer as a backing store.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Dispose_System_Boolean_" data-uid="C1.Util.DX.DataStream.Dispose(System.Boolean)">
          <a class="xref" href="C1.Util.DX.DataStream.Dispose.html#C1_Util_DX_DataStream_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases unmanaged and - optionally - managed resources</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Flush" data-uid="C1.Util.DX.DataStream.Flush">
          <a class="xref" href="C1.Util.DX.DataStream.Flush.html#C1_Util_DX_DataStream_Flush">Flush()</a>
        </td>
        <td class="markdown level1 summary"><p>Not supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Read_System_Byte___System_Int32_System_Int32_" data-uid="C1.Util.DX.DataStream.Read(System.Byte[],System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.Read.html#C1_Util_DX_DataStream_Read_System_Byte___System_Int32_System_Int32_">Read(byte[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a sequence of bytes from the current stream and advances the position
within the stream by the number of bytes read.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Read_System_IntPtr_System_Int32_System_Int32_" data-uid="C1.Util.DX.DataStream.Read(System.IntPtr,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.Read.html#C1_Util_DX_DataStream_Read_System_IntPtr_System_Int32_System_Int32_">Read(IntPtr, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a sequence of bytes from the current stream and advances the current position within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadBoolean" data-uid="C1.Util.DX.DataStream.ReadBoolean">
          <a class="xref" href="C1.Util.DX.DataStream.ReadBoolean.html#C1_Util_DX_DataStream_ReadBoolean">ReadBoolean()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a bool.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadByte" data-uid="C1.Util.DX.DataStream.ReadByte">
          <a class="xref" href="C1.Util.DX.DataStream.ReadByte.html#C1_Util_DX_DataStream_ReadByte">ReadByte()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadColorF" data-uid="C1.Util.DX.DataStream.ReadColorF">
          <a class="xref" href="C1.Util.DX.DataStream.ReadColorF.html#C1_Util_DX_DataStream_ReadColorF">ReadColorF()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a ColorF.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadFloat" data-uid="C1.Util.DX.DataStream.ReadFloat">
          <a class="xref" href="C1.Util.DX.DataStream.ReadFloat.html#C1_Util_DX_DataStream_ReadFloat">ReadFloat()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a float.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadInt" data-uid="C1.Util.DX.DataStream.ReadInt">
          <a class="xref" href="C1.Util.DX.DataStream.ReadInt.html#C1_Util_DX_DataStream_ReadInt">ReadInt()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a int.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadMatrix4x4" data-uid="C1.Util.DX.DataStream.ReadMatrix4x4">
          <a class="xref" href="C1.Util.DX.DataStream.ReadMatrix4x4.html#C1_Util_DX_DataStream_ReadMatrix4x4">ReadMatrix4x4()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a Matrix.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadRange__1_System_Int32_" data-uid="C1.Util.DX.DataStream.ReadRange``1(System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.ReadRange.html#C1_Util_DX_DataStream_ReadRange__1_System_Int32_">ReadRange&lt;T&gt;(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads an array of values from the current stream, and advances the current position
within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadRange__1___0___System_Int32_System_Int32_" data-uid="C1.Util.DX.DataStream.ReadRange``1(``0[],System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.ReadRange.html#C1_Util_DX_DataStream_ReadRange__1___0___System_Int32_System_Int32_">ReadRange&lt;T&gt;(T[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a sequence of elements from the current stream into a target buffer and
advances the position within the stream by the number of bytes read.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadShort" data-uid="C1.Util.DX.DataStream.ReadShort">
          <a class="xref" href="C1.Util.DX.DataStream.ReadShort.html#C1_Util_DX_DataStream_ReadShort">ReadShort()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a short.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadVector2" data-uid="C1.Util.DX.DataStream.ReadVector2">
          <a class="xref" href="C1.Util.DX.DataStream.ReadVector2.html#C1_Util_DX_DataStream_ReadVector2">ReadVector2()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a Vector2.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadVector3" data-uid="C1.Util.DX.DataStream.ReadVector3">
          <a class="xref" href="C1.Util.DX.DataStream.ReadVector3.html#C1_Util_DX_DataStream_ReadVector3">ReadVector3()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a Vector3.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_ReadVector4" data-uid="C1.Util.DX.DataStream.ReadVector4">
          <a class="xref" href="C1.Util.DX.DataStream.ReadVector4.html#C1_Util_DX_DataStream_ReadVector4">ReadVector4()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a Vector4.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Read__1" data-uid="C1.Util.DX.DataStream.Read``1">
          <a class="xref" href="C1.Util.DX.DataStream.Read.html#C1_Util_DX_DataStream_Read__1">Read&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a single value from the current stream and advances the current
position within this stream by the number of bytes read.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Seek_System_Int64_System_IO_SeekOrigin_" data-uid="C1.Util.DX.DataStream.Seek(System.Int64,System.IO.SeekOrigin)">
          <a class="xref" href="C1.Util.DX.DataStream.Seek.html#C1_Util_DX_DataStream_Seek_System_Int64_System_IO_SeekOrigin_">Seek(long, SeekOrigin)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the position within the current stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_SetLength_System_Int64_" data-uid="C1.Util.DX.DataStream.SetLength(System.Int64)">
          <a class="xref" href="C1.Util.DX.DataStream.SetLength.html#C1_Util_DX_DataStream_SetLength_System_Int64_">SetLength(long)</a>
        </td>
        <td class="markdown level1 summary"><p>Not supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_C1_Util_DX_ColorF_" data-uid="C1.Util.DX.DataStream.Write(C1.Util.DX.ColorF)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_C1_Util_DX_ColorF_">Write(ColorF)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_C1_Util_DX_Matrix4x4_" data-uid="C1.Util.DX.DataStream.Write(C1.Util.DX.Matrix4x4)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_C1_Util_DX_Matrix4x4_">Write(Matrix4x4)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_C1_Util_DX_Vector2_" data-uid="C1.Util.DX.DataStream.Write(C1.Util.DX.Vector2)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_C1_Util_DX_Vector2_">Write(Vector2)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_C1_Util_DX_Vector3_" data-uid="C1.Util.DX.DataStream.Write(C1.Util.DX.Vector3)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_C1_Util_DX_Vector3_">Write(Vector3)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_C1_Util_DX_Vector4_" data-uid="C1.Util.DX.DataStream.Write(C1.Util.DX.Vector4)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_C1_Util_DX_Vector4_">Write(Vector4)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_System_Boolean_" data-uid="C1.Util.DX.DataStream.Write(System.Boolean)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_System_Boolean_">Write(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_System_Byte___System_Int32_System_Int32_" data-uid="C1.Util.DX.DataStream.Write(System.Byte[],System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_System_Byte___System_Int32_System_Int32_">Write(byte[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a sequence of bytes to the current stream and advances the current
position within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_System_Int16_" data-uid="C1.Util.DX.DataStream.Write(System.Int16)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_System_Int16_">Write(short)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_System_Int32_" data-uid="C1.Util.DX.DataStream.Write(System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_System_Int32_">Write(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_System_IntPtr_System_Int32_System_Int32_" data-uid="C1.Util.DX.DataStream.Write(System.IntPtr,System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_System_IntPtr_System_Int32_System_Int32_">Write(IntPtr, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write_System_Single_" data-uid="C1.Util.DX.DataStream.Write(System.Single)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write_System_Single_">Write(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_WriteRange_System_IntPtr_System_Int64_" data-uid="C1.Util.DX.DataStream.WriteRange(System.IntPtr,System.Int64)">
          <a class="xref" href="C1.Util.DX.DataStream.WriteRange.html#C1_Util_DX_DataStream_WriteRange_System_IntPtr_System_Int64_">WriteRange(IntPtr, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a range of bytes to the current stream, and advances the current position
within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_WriteRange__1___0___" data-uid="C1.Util.DX.DataStream.WriteRange``1(``0[])">
          <a class="xref" href="C1.Util.DX.DataStream.WriteRange.html#C1_Util_DX_DataStream_WriteRange__1___0___">WriteRange&lt;T&gt;(T[])</a>
        </td>
        <td class="markdown level1 summary"><p>Writes an array of values to the current stream, and advances the current position
within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_WriteRange__1___0___System_Int32_System_Int32_" data-uid="C1.Util.DX.DataStream.WriteRange``1(``0[],System.Int32,System.Int32)">
          <a class="xref" href="C1.Util.DX.DataStream.WriteRange.html#C1_Util_DX_DataStream_WriteRange__1___0___System_Int32_System_Int32_">WriteRange&lt;T&gt;(T[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes an array of values to the current stream, and advances the current position
within this stream by the number of bytes written.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DataStream_Write__1___0_" data-uid="C1.Util.DX.DataStream.Write``1(``0)">
          <a class="xref" href="C1.Util.DX.DataStream.Write.html#C1_Util_DX_DataStream_Write__1___0_">Write&lt;T&gt;(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a single value to the stream, and advances the current position
within this stream by the number of bytes written.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_DataStream_op_Implicit_C1_Util_DX_DataStream__C1_Util_DX_DataPointer" data-uid="C1.Util.DX.DataStream.op_Implicit(C1.Util.DX.DataStream)~C1.Util.DX.DataPointer">
          <a class="xref" href="C1.Util.DX.DataStream.op_Implicit.html#C1_Util_DX_DataStream_op_Implicit_C1_Util_DX_DataStream__C1_Util_DX_DataPointer">implicit operator DataPointer(DataStream)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="C1.Util.DX.DataStream.html">DataStream</a> to <a class="xref" href="C1.Util.DX.DataPointer.html">DataPointer</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
