Table of Contents

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

data IntPtr
size long

Properties

Capacity

public long Capacity { get; }

Property Value

long

Data

public IntPtr Data { get; }

Property Value

IntPtr

MutableData

public IntPtr MutableData { get; }

Property Value

IntPtr

Size

public long Size { get; }

Property Value

long

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

ToArray()

public byte[] ToArray()

Returns

byte[]