Table of Contents

Method WriteBytes

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

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 BsonStream

The stream.

buffer byte[]

The buffer.

offset int

The offset.

count int

The count.