-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.2
-
Component/s: Portability
-
None
-
Fully Compatible
-
Platforms 10 (02/19/16), Platforms 11 (03/11/16)
The DataView abstraction for endian conversions is really only about taking buffers of big/little bytes and pulling them into native types. Not taking buffers of native bytes and pulling them into byte swapped native types.
Let's refactor the endian type to make it easier to stamp out the mirrored versions.