TestBufferWriterStruct
struct
Namespace: Orleans.Serialization.TestKit
Provides the base class for value types.
public struct TestBufferWriterStruct : 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).
