ICU 50.1.2
50.1.2
|
This class is used to access data which stored in big endian order regardless of the conventions of the platform. More...
#include <LESwaps.h>
Static Public Member Functions | |
static le_uint16 | swapWord (le_uint16 value) |
Reads a big-endian 16-bit word and returns a native-endian value. More... | |
static le_uint32 | swapLong (le_uint32 value) |
Reads a big-endian 32-bit word and returns a native-endian value. More... | |
This class is used to access data which stored in big endian order regardless of the conventions of the platform.
All methods are static and inline in an attempt to induce the compiler to do most of the calculations at compile time.