Constructor SingleChunkBuffer
SingleChunkBuffer(IBsonChunk, int, bool)
Initializes a new instance of the SingleChunkBuffer class.
public SingleChunkBuffer(IBsonChunk chunk, int length, bool isReadOnly = false)
Parameters
chunk
IBsonChunkThe chuns.
length
intThe length.
isReadOnly
boolWhether the buffer is read only.