DotNext.Buffers
Namespace with 11 public types
Classes
PooledArrayBufferWriter`1
Represents memory writer that is backed by the array obtained from the pool.
PooledBufferWriter`1
Represents memory writer that uses pooled memory.
Structures
ArrayRental`1
Represents array obtained from array pool.
ChunkSequence`1
Represents sequence of memory chunks.
MemoryOwner`1
Represents unified representation of the memory rented using various
types of memory pools.
MemoryRental`1
Represents the memory obtained from the pool or allocated
on the stack or heap.
Static Classes
ChunkSequence
Represents extension methods for .
MemoryAllocator
Represents interop layer between .NET memory pools
and .
PooledArrayBufferWriter
Represents extension methods for class.
Abstract Classes
MemoryWriter`1
Represents memory-backed output sink which data can be written.