Write メソッド
| 編集/提案 ソースを表示Write(Byte[], Int32, Int32)
現在のストリームへバイト配列を書き込みます。
宣言
public override void Write(byte[] buffer, int offset, int count)
引数
型 | 名前 | 説明 |
---|---|---|
System.Byte[] | buffer | 読み取ったデータを格納するバイト配列です。 |
System.Int32 | offset | バイト配列の格納先の先頭位置です。 |
System.Int32 | count | 読み取るデータの個数です。 |
上書き
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
例外
型 | 条件 |
---|---|
System.ObjectDisposedException | |
System.ArgumentNullException | |
System.ArgumentOutOfRangeException | |
System.OutOfMemoryException | |
System.OverflowException |