Méthode | Description | |
---|---|---|
BsonReader ( Stream stream ) : System | ||
ReadByte ( ) : byte | ||
ReadDBRef ( ) : |
||
ReadDate ( ) : System.DateTime | ||
ReadDoc ( ) : Doc | ||
ReadMessageHeader ( ) : |
||
ReadObjectId ( ) : |
||
ReadReplyMessage ( ) : ReplyMessage | ||
ReadShortString ( ) : string |
Reads a string of unknown length but less than 1024 bytes In the BSON spec there are two cases where the string length is not given: Element names of objects and regex strings. Since element names are very common, and are most likely short this method WILL FAIL unappologetically for strings longer than 1024 bytes. You have been warned! |
|
ReadString ( int length ) : string |
public BsonReader ( Stream stream ) : System | ||
stream | Stream | |
Résultat | System |
public ReadMessageHeader ( ) : |
||
Résultat |