SuperStreamWriteByte - метод
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) Версия: 4.0.4
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.
[System.NotSupportedException] | Метод не поддерживается. |
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. |
Ссылки
[System.NotSupportedException]