Namespace DisCatSharp.Common.Types
Classes
ContinuousMemoryBuffer<T>
Provides a resizable memory buffer analogous to MemoryBuffer<T>, using a single continuous memory region instead.
MemoryBuffer<T>
Provides a resizable memory buffer, which can be read from and written to. It will automatically resize whenever required.
Interfaces
IMemoryBuffer<T>
An interface describing the API of resizable memory buffers, such as MemoryBuffer<T> and ContinuousMemoryBuffer<T>.