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
stream
BsonStreamThe stream.
buffer
byte[]The buffer.
offset
intThe offset.
count
intThe count.