CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
#include <ByteSwapping.h>
Static Public Member Functions | |
template<typename T > | |
static void | swap (T &toSwap) |
template<typename T > | |
static void | swapArray (T *toSwap, const uint64_t &count) |
static bool | isBigEndian () |
This class contains static methods for byte swapping data, typically used when reading binary data files.