ProxyStreamWriteByte - метод
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override void WriteByte(
byte value
)
Public Overrides Sub WriteByte (
value As Byte
)
public:
virtual void WriteByte(
unsigned char value
) override
abstract WriteByte :
value : byte -> unit
override WriteByte :
value : byte -> unit
Параметры
- value Byte
- The byte to write to the stream.
IOException | An I/O error occurs. |
NotSupportedException | The stream does not support writing, or the stream is already closed. |
ObjectDisposedException | Methods were called after the stream was closed. |