Table of Contents

Constructor SingleChunkBuffer

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

SingleChunkBuffer(IBsonChunk, int, bool)

Initializes a new instance of the SingleChunkBuffer class.

public SingleChunkBuffer(IBsonChunk chunk, int length, bool isReadOnly = false)

Parameters

chunk IBsonChunk

The chuns.

length int

The length.

isReadOnly bool

Whether the buffer is read only.