Method WriteByte
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
WriteByte(byte)
Writes a byte to the current stream at the current position.
public override void WriteByte(byte value)
Parameters
value
byteThe byte to write.
Exceptions
- 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.