-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Portability
-
None
-
Fully Compatible
-
ALL
-
Platforms 10 (02/19/16), Platforms 11 (03/11/16)
BufReader has templated read and peak methods which can be used to return numeric values from a buffer (e.g. a BSON object). For portability, these methods should read numeric values in little-endian order and transparently return native-endian results.
Writing structs to buffers and reading structs from buffers will need additional consideration (or perhaps should be avoided).
- is duplicated by
-
SERVER-17945 Fully upgrade bufReader to use new dataX primitives
- Closed