Class ResizableBuffer
- Namespace
- ParquetSharp.IO
- Assembly
- ParquetSharp.dll
A mutable buffer that can be resized.
public sealed class ResizableBuffer : Buffer, IDisposable
- Inheritance
-
ResizableBuffer
- Implements
- Inherited Members
Constructors
ResizableBuffer(long, MemoryPool?)
Create a new resizable buffer with the given initial size.
public ResizableBuffer(long initialSize = 128, MemoryPool? memoryPool = null)
Parameters
initialSize
longThe initial size of the buffer in bytes.
memoryPool
MemoryPoolThe memory pool to use to allocate the buffer.