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.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
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