WriteByte メソッド
| 編集/提案 ソースを表示WriteByte(Byte)
現在のストリームへ1バイトだけ書き込みます。
宣言
public override void WriteByte(byte value)
引数
型 | 名前 | 説明 |
---|---|---|
System.Byte | value |
上書き
System.IO.Stream.WriteByte(System.Byte)
例外
型 | 条件 |
---|---|
System.ObjectDisposedException | |
System.OutOfMemoryException | |
System.OverflowException |