Table of Contents

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 long

The initial size of the buffer in bytes.

memoryPool MemoryPool

The memory pool to use to allocate the buffer.