BsonStreamExtensions Methods | 
The BsonStreamExtensions type exposes the following members.
| 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.
              |