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.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
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