BufferedStream::WriteByte Method (Byte)
.NET Framework (current version)
Writes a byte to the current position in the buffered stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::Byte
A byte to write to the stream.
| Exception | Condition |
|---|---|
| NotSupportedException | The stream does not support writing. |
| ArgumentNullException | value is null. |
| ObjectDisposedException | Methods were called after the stream was closed. |
.NET Framework
Available since 1.1
Available since 1.1
Show: