#include <stream.h>
Public Member Functions | |
EndianDiscoverer () | |
Constructor, test for byte order and set isBigEndian. | |
Public Attributes | |
bool | isLittleEndian |
True if system is big endian. | |
bool | isInvertedDouble |
True if double type has inverted words. |