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(nint, long)

public Buffer(nint data, long size)

Parameters

data nint
size long

Properties

Capacity

public long Capacity { get; }

Property Value

long

Data

public nint Data { get; }

Property Value

nint

MutableData

public nint MutableData { get; }

Property Value

nint

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[]