| BsonStreamExtensions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Bson.IO
 Syntax
SyntaxThe BsonStreamExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | BackpatchSize | 
            Backpatches the size.
             | 
|   | ReadBinarySubType | 
            Reads the binary sub type.
             | 
|   | ReadBoolean | 
            Reads a boolean from the stream.
             | 
|   | ReadBsonType | 
            Reads the BSON type.
             | 
|   | ReadBytes(BsonStream, Int32) | 
            Reads bytes from the stream.
             | 
|   | ReadBytes(BsonStream, Byte, Int32, Int32) | 
            Reads bytes from the stream.
             | 
|   | WriteBinarySubType | 
            Writes a binary sub type to the stream.
             | 
|   | WriteBoolean | 
            Writes a boolean to the stream.
             | 
|   | WriteBsonType | 
            Writes a BsonType to the stream.
             | 
|   | WriteBytes | 
            Writes bytes to the stream.
             | 
|   | WriteSlice | 
            Writes a slice to the stream.
             | 
 See Also
See Also