#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. | |
static le_uint32 | swapLong (le_uint32 value) |
Reads a big-endian 32-bit word and returns a native-endian value. |
All methods are static and inline in an attempt to induce the compiler to do most of the calculations at compile time.
Definition at line 44 of file LESwaps.h.