Table of Contents

Method Create

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Create(IBsonChunkSource, int)

Creates a buffer of the specified length. Depending on the length, either a SingleChunkBuffer or a MultiChunkBuffer will be created.

public static IByteBuffer Create(IBsonChunkSource chunkSource, int minimumCapacity)

Parameters

chunkSource IBsonChunkSource

The chunk pool.

minimumCapacity int

The minimum capacity.

Returns

IByteBuffer

A buffer with at least the minimum capacity.