Method ReadBytes
ReadBytes(BsonStream, byte[], int, int)
Reads bytes from the stream.
public static void ReadBytes(this BsonStream stream, byte[] buffer, int offset, int count)Parameters
- streamBsonStream
- The stream. 
- bufferbyte[]
- The buffer. 
- offsetint
- The offset. 
- countint
- The count. 
ReadBytes(BsonStream, int)
Reads bytes from the stream.
public static byte[] ReadBytes(this BsonStream stream, int count)Parameters
- streamBsonStream
- The stream. 
- countint
- The count. 
Returns
- byte[]
- The bytes.