Constructor BsonBinaryReader
BsonBinaryReader(Stream)
Initializes a new instance of the BsonBinaryReader class.
Parameters
stream
StreamA stream (BsonBinary does not own the stream and will not Dispose it).
BsonBinaryReader(Stream, BsonBinaryReaderSettings)
Initializes a new instance of the BsonBinaryReader class.
Parameters
stream
StreamA stream (BsonBinary does not own the stream and will not Dispose it).
settings
BsonBinary Reader Settings A BsonBinaryReaderSettings.