PoolingBufferWriter<T> public sealed class PoolingBufferWriter<T> : BufferWriter<T>, IMemoryOwner<T>, IDisposable Represents memory writer that uses pooled memory. Documentation Code public PoolingBufferWriter(MemoryAllocator<T> allocator = null) Represents memory writer that uses pooled memory.