MemoryStreamBufferWriter Struct
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.
An implementation of IBufferWriter<T> which writes to a MemoryStream.
public readonly struct MemoryStreamBufferWriter : System.Buffers.IBufferWriter<byte>
type MemoryStreamBufferWriter = struct
interface IBufferWriter<byte>
Public Structure MemoryStreamBufferWriter
Implements IBufferWriter(Of Byte)
- Inheritance
-
MemoryStreamBufferWriter
- Implements
Memory |
Initializes a new instance of the MemoryStreamBufferWriter struct. |
Advance(Int32) | Notifies the IBufferWriter<T> that |
Get |
Returns a Memory<T> to write to that is at least the requested size (specified by |
Get |
Returns a Span<T> to write to that is at least the requested size (specified by |
Produkt | Versioner |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |