[inline]
Sets the byte order the data on the i/o device shall be interpreted in.
Definition at line 189 of file FXStream.h.
References FX::swap().
00189 { swap=(b==BigEndian) ? !FOX_BIGENDIAN : FOX_BIGENDIAN; }