ProxyStreamWrite(ReadOnlySpanByte) - метод

When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public override void Write(
	ReadOnlySpan<byte> buffer
)

Параметры

buffer  ReadOnlySpanByte
A region of memory. This method copies the contents of this region to the current stream.

См. также