Method WriteBytes
WriteBytes(BsonStream, byte[], int, int)
Writes bytes to the stream.
public static void WriteBytes(this BsonStream stream, byte[] buffer, int offset, int count)Parameters
- streamBsonStream
- The stream. 
- bufferbyte[]
- The buffer. 
- offsetint
- The offset. 
- countint
- The count.