Table of Contents

Namespace CodeProject.ObjectPool.Specialized

Classes

MemoryStreamPool

An IObjectPool<T> ready to be used. MemoryStream management can be further configured using the MinimumMemoryStreamCapacity and MaximumMemoryStreamCapacity properties.

PooledMemoryStream

Pooled object prepared to work with MemoryStream instances.

PooledStringBuilder

Pooled object prepared to work with StringBuilder instances.

StringBuilderPool

An IObjectPool<T> ready to be used. StringBuilder management can be further configured using the MinimumStringBuilderCapacity and MaximumStringBuilderCapacity properties.

Interfaces

IMemoryStreamPool

An object pool specialized in MemoryStream management.

IStringBuilderPool

An object pool specialized in StringBuilder management.