Header File <owl/file.h>
enum TByteOrderType { boLittle_Endian, /* LSB at lowest address: Intel */ boBig_Endian, /* MSB at lowest address: Motorola */ }; Description Describes machine type of binary data to store.