TestMultiSegmentBufferWriter
class
Namespace: Orleans.Serialization.TestKit
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class TestMultiSegmentBufferWriter : IOutputBuffer, IBufferWriter<byte>Constructors
Methods
Advance(int)Notifies theSystem.Buffers.IBufferWriterthatcountdata items were written to the outputSystem.SpanorSystem.Memory.GetMemory(int)Returns aSystem.Memoryto write to that is at least the requested size (specified bysizeHint).GetReadOnlySequence(int)GetSpan(int)Returns aSystem.Spanto write to that is at least the requested size (specified bysizeHint).PeekAllBuffers
