MemoryBufferWriter Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A IBufferWriter<T> implementation for Memory<T>
public struct MemoryBufferWriter : System.Buffers.IBufferWriter<byte>
type MemoryBufferWriter = struct
interface IBufferWriter<byte>
Public Structure MemoryBufferWriter
Implements IBufferWriter(Of Byte)
- Inheritance
-
MemoryBufferWriter
- Implements
Properties
BytesWritten |
Gets the number of bytes written. |
Methods
Advance(Int32) | Notifies the IBufferWriter<T> that |
GetMemory(Int32) | Returns a Memory<T> to write to that is at least the requested size (specified by |
GetSpan(Int32) | Returns a Span<T> to write to that is at least the requested size (specified by |