Writes a single byte to the stream
Parameters
- value
- The byte to add to the stream.
Exceptions
Exception Type | Condition |
---|---|
NotSupportedException | If this stream is not writeable. |
ObjectDisposedException | If this stream has been disposed. |
See Also
GZipStream Class | DotZLib Namespace