Class Buffer
- Namespace
- ParquetSharp.IO
- Assembly
- ParquetSharp.dll
Points to a piece of contiguous memory.
public class Buffer : IDisposable
- Inheritance
-
Buffer
- Implements
- Derived
- Inherited Members
Constructors
Buffer(IntPtr, long)
public Buffer(IntPtr data, long size)
Parameters
Properties
Capacity
public long Capacity { get; }
Property Value
Data
public IntPtr Data { get; }
Property Value
MutableData
public IntPtr MutableData { get; }
Property Value
Size
public long Size { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
ToArray()
public byte[] ToArray()
Returns
- byte[]