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.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override void Write(
ReadOnlySpan<byte> buffer
)
Public Overrides Sub Write (
buffer As ReadOnlySpan(Of Byte)
)
public:
virtual void Write(
ReadOnlySpan<unsigned char> buffer
) override
abstract Write :
buffer : ReadOnlySpan<byte> -> unit
override Write :
buffer : ReadOnlySpan<byte> -> unit
Параметры
- buffer ReadOnlySpanByte
- A region of memory. This method copies the contents of this region to the current stream.