名前 | 解説 | |
---|---|---|
DataStream コンストラクタ | オーバーロードされます。 |
DataStreamデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
DataStream コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CanRead | オーバーライドされます。 Gets a value indicating whether the current stream supports reading. | |
CanSeek | オーバーライドされます。 Gets a value indicating whether the current stream supports seeking. | |
CanTimeout | System.IO.Streamから継承されます。 | |
CanWrite | オーバーライドされます。 Gets a value indicating whether the current stream supports writing. | |
DataPointer | Gets the internal pointer to the current stream's backing store. | |
Length | オーバーライドされます。 Gets the length in bytes of the stream. | |
Position | オーバーライドされます。 Gets or sets the position within the current stream. | |
PositionPointer | Gets the position pointer. | |
ReadTimeout | System.IO.Streamから継承されます。 | |
RemainingLength | Gets the length of the remaining. | |
WriteTimeout | System.IO.Streamから継承されます。 |
名前 | 解説 | |
---|---|---|
BeginRead | System.IO.Streamから継承されます。 | |
BeginWrite | System.IO.Streamから継承されます。 | |
Close | System.IO.Streamから継承されます。 | |
CopyTo | オーバーロードされます。 System.IO.Streamから継承されます。 | |
CopyToAsync | オーバーロードされます。 System.IO.Streamから継承されます。 | |
Create<T> | ||
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
Dispose | System.IO.Streamから継承されます。 | |
EndRead | System.IO.Streamから継承されます。 | |
EndWrite | System.IO.Streamから継承されます。 | |
Flush | オーバーライドされます。 Not supported. | |
FlushAsync | オーバーロードされます。 System.IO.Streamから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Read | オーバーロードされます。 Reads a single value from the current stream and advances the current position within this stream by the number of bytes read. | |
ReadAsync | オーバーロードされます。 System.IO.Streamから継承されます。 | |
ReadBoolean | Reads a bool. | |
ReadByte | オーバーライドされます。 ストリームから 1 バイトを読み取り、ストリーム内の位置を 1 バイト進めます。ストリームの末尾の場合は -1 を返します。 | |
ReadColorF | Reads a ColorF. | |
ReadFloat | Reads a float. | |
ReadInt | Reads a int. | |
ReadMatrix4x4 | Reads a Matrix. | |
ReadRange | オーバーロードされます。 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 | オーバーライドされます。 Sets the position within the current stream. | |
SetLength | オーバーライドされます。 Not supported. | |
Write | オーバーロードされます。 Writes a single value to the stream, and advances the current position within this stream by the number of bytes written. | |
WriteAsync | オーバーロードされます。 System.IO.Streamから継承されます。 | |
WriteByte | System.IO.Streamから継承されます。 | |
WriteRange | オーバーロードされます。 Writes a range of bytes to the current stream, and advances the current position within this stream by the number of bytes written. |
暗黙的 キャスト 演算子 | Performs an explicit conversion from DataStreamto DataPointer. |