現在のストリームから一連のバイトを読み取り、書き込まれたバイト数だけこのストリーム内の現在位置を進めます。
シンタックス
'宣言
Public Overloads Sub Read( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Read(
System.IntPtr ,
System.int ,
System.int
)
パラメータ
- buffer
- バイトの配列。このメソッドは、 から現在のストリームに バイトをコピーします。
- offset
- 現在のストリームにバイトのコピーを開始する、 に0 から始まるバイトオフセット。
- count
- 現在のストリームに書き込まれるバイト数。
参照