PooledArrayBufferWriter<T>
Represents memory writer that is backed by the array obtained from the pool.
Gets the daya written to the underlying array so far.
Initializes a new writer with the specified initial capacity.
Initializes a new writer with the default initial capacity.
public PooledArrayBufferWriter()
Initializes a new writer with the default initial capacity and Shared
as the array pooling mechanism.
Returns the memory to write to that is at least the requested size.