Name | Description | |
---|---|---|
DataStream Constructor | Overloaded. |
The following tables list the members exposed by DataStream.
Name | Description | |
---|---|---|
DataStream Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanRead | Overridden. Gets a value indicating whether the current stream supports reading. | |
CanSeek | Overridden. Gets a value indicating whether the current stream supports seeking. | |
CanTimeout | (Inherited from System.IO.Stream) | |
CanWrite | Overridden. Gets a value indicating whether the current stream supports writing. | |
DataPointer | Gets the internal pointer to the current stream's backing store. | |
Length | Overridden. Gets the length in bytes of the stream. | |
Position | Overridden. Gets or sets the position within the current stream. | |
PositionPointer | Gets the position pointer. | |
ReadTimeout | (Inherited from System.IO.Stream) | |
RemainingLength | Gets the length of the remaining. | |
WriteTimeout | (Inherited from System.IO.Stream) |
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 | Overloaded. Overridden. Releases unmanaged and - optionally - managed resources | |
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. |
Name | Description | |
---|---|---|
CreateWaitHandle | (Inherited from System.IO.Stream) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
ObjectInvariant | (Inherited from System.IO.Stream) |
Implicit Type Conversion | Performs an explicit conversion from DataStream to DataPointer. |