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.5.0.19
Синтаксис 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
- Тип: SystemByte
The byte to write to the stream.
Исключения См. также