Constructor SingleChunkBuffer
SingleChunkBuffer(IBsonChunk, int, bool)
Initializes a new instance of the SingleChunkBuffer class.
public SingleChunkBuffer(IBsonChunk chunk, int length, bool isReadOnly = false)Parameters
- chunkIBsonChunk
- The chuns. 
- lengthint
- The length. 
- isReadOnlybool
- Whether the buffer is read only.