Constructor BsonBinaryReader
BsonBinaryReader(Stream)
Initializes a new instance of the BsonBinaryReader class.
public BsonBinaryReader(Stream stream)Parameters
- streamStream
- A stream (BsonBinary does not own the stream and will not Dispose it). 
BsonBinaryReader(Stream, BsonBinaryReaderSettings)
Initializes a new instance of the BsonBinaryReader class.
public BsonBinaryReader(Stream stream, BsonBinaryReaderSettings settings)Parameters
- streamStream
- A stream (BsonBinary does not own the stream and will not Dispose it). 
- settingsBsonBinaryReaderSettings
- A BsonBinaryReaderSettings.