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)
Create a new resizable buffer with the given initial size.
public ResizableBuffer(long initialSize = 128)
Parameters
initialSize
longThe initial size of the buffer in bytes.