Method GetChunk
GetChunk(int)
Gets the chunk.
IBsonChunk GetChunk(int requestedSize)Parameters
- requestedSizeint
- Size of the requested. 
Returns
- IBsonChunk
- A chunk. 
Remarks
The chunk source is free to return a larger or smaller chunk than requested.