Interface IMemoryResizer
- Namespace
- MarymoorStudios.Core.Serialization
- Assembly
- MarymoorStudios.Core.Serialization.dll
public interface IMemoryResizer
Methods
Resize(Memory<byte>, int)
Resizes a memory block (copying any existing content).
Memory<byte> Resize(Memory<byte> memory, int minSize)