MemoryStream.WriteByte Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a byte to the current stream at the current position.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Byte
The byte to write.
| Exception | Condition |
|---|---|
| NotSupportedException | The stream does not support writing. For additional information see CanWrite. -or- The current position is at the end of the stream, and the capacity cannot be modified. |
| ObjectDisposedException | The current stream is closed. |
This method overrides WriteByte.
Except for a MemoryStream constructed with a byte[] parameter, write operations at the end of a MemoryStream expand the MemoryStream.