Method Create
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
- chunkSourceIBsonChunkSource
- The chunk pool. 
- minimumCapacityint
- The minimum capacity. 
Returns
- IByteBuffer
- A buffer with at least the minimum capacity.