Search Results for

    Show / Hide Table of Contents

    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>.

    In This Article
    Back to top © 2021-2022 Aiko IT Systems