blob: 41cf51e7fe99be61217e29d2167b8fc4a02cacb2 [file] [log] [blame]
// enum ByteOrder
const int LITTLE_ENDIAN = 0;
const int BIG_ENDIAN = 1;