[inline]
Returns the byte order the data on the i/o device shall be interpreted in.
Definition at line 187 of file FXStream.h.
References FX::swap().
00187 { return ((swap!=0)==!FOX_BIGENDIAN) ? BigEndian : LittleEndian; }