Namespace System.IO
Classes
MemoryStreamPool
Object pool for System.IO.MemoryStream instances.
PooledMemoryStream
Creates a stream whose backing store is memory. Instances of this type are kept in a pool for recycling.
PooledMemoryStreamHolder
Struct holding a pooled MemoryStream instance. Values of this type get returned from the New methods on PooledMemoryStream and provide a strongly typed disposable wrapper around the resource.
StreamSegment
Delimits a section of a stream.