Click or drag to resize

BsonStreamExtensions Class

Represents extension methods on BsonStream.
Inheritance Hierarchy
SystemObject
  MongoDB.Bson.IOBsonStreamExtensions

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public static class BsonStreamExtensions

The BsonStreamExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBackpatchSize
Backpatches the size.
Public methodStatic memberReadBinarySubType
Reads the binary sub type.
Public methodStatic memberReadBoolean
Reads a boolean from the stream.
Public methodStatic memberReadBsonType
Reads the BSON type.
Public methodStatic memberReadBytes(BsonStream, Int32)
Reads bytes from the stream.
Public methodStatic memberReadBytes(BsonStream, Byte, Int32, Int32)
Reads bytes from the stream.
Public methodStatic memberWriteBinarySubType
Writes a binary sub type to the stream.
Public methodStatic memberWriteBoolean
Writes a boolean to the stream.
Public methodStatic memberWriteBsonType
Writes a BsonType to the stream.
Public methodStatic memberWriteBytes
Writes bytes to the stream.
Public methodStatic memberWriteSlice
Writes a slice to the stream.
Top
See Also