FileStream.WriteByte Method
May 02, 2013
Writes a byte to the current position in the file stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Byte
A byte to write to the stream.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| NotSupportedException | The stream does not support writing. |