PooledMemoryStream
Functions like a readable MemoryStream but uses an ArrayPool to supply the backing memory.
This stream support buffering long sizes.
The backing array pool.
Size to rent from MemoryPool.
public PooledMemoryStream()
Parameterless constructor for mocking.