HashingStreamWriteByte - метод
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.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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]