Для изменения размера нажмите или перетащите

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
)

Параметры

value
Тип: SystemByte
The byte to write to the stream.
Исключения
ИсключениеУсловие
IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support writing, or the stream is already closed.
ObjectDisposedExceptionMethods were called after the stream was closed.
См. также