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.5.0.19
Синтаксис 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.
См. также