| | Name | Description |
 | BeginRead | (Inherited from System.IO.Stream) |
 | BeginWrite | (Inherited from System.IO.Stream) |
 | Close | (Inherited from System.IO.Stream) |
 | CopyTo | Overloaded. (Inherited from System.IO.Stream) |
 | CopyToAsync | Overloaded. (Inherited from System.IO.Stream) |
  | Create<T> | Initializes a new instance of the DataStream class, using a managed buffer as a backing store. |
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | Dispose | (Inherited from System.IO.Stream) |
 | EndRead | (Inherited from System.IO.Stream) |
 | EndWrite | (Inherited from System.IO.Stream) |
 | Flush | Overridden. Not supported. |
 | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | Read | Overloaded. Reads a single value from the current stream and advances the current position within this stream by the number of bytes read. |
 | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
 | ReadBoolean | Reads a bool. |
 | ReadByte | Overridden. Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
 | ReadColorF | Reads a ColorF. |
 | ReadFloat | Reads a float. |
 | ReadInt | Reads a int. |
 | ReadMatrix4x4 | Reads a Matrix. |
 | ReadRange | Overloaded. Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written. |
 | ReadShort | Reads a short. |
 | ReadVector2 | Reads a Vector2. |
 | ReadVector3 | Reads a Vector3. |
 | ReadVector4 | Reads a Vector4. |
 | Seek | Overridden. Sets the position within the current stream. |
 | SetLength | Overridden. Not supported. |
 | Write | Overloaded. Writes a single value to the stream, and advances the current position within this stream by the number of bytes written. |
 | WriteAsync | Overloaded. (Inherited from System.IO.Stream) |
 | WriteByte | (Inherited from System.IO.Stream) |
 | WriteRange | Overloaded. Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written. |