Method WriteBytes
WriteBytes(BsonStream, byte[], int, int)
Writes bytes to the stream.
Parameters
stream
BsonStream The stream.
buffer
byte[]The buffer.
offset
intThe offset.
count
intThe count.
Writes bytes to the stream.
stream
BsonThe stream.
buffer
byte[]The buffer.
offset
intThe offset.
count
intThe count.