Function File.endianSwap
If true
, the file's endianness is swapped. Use this if you're dealing with files written on big-endian machines.
Note: This is about the file format, not CPU type. This is always reset to false
whenever you open the file.
bool endianSwap() nothrow @property @nogc;
void endianSwap
(
bool v
) nothrow @property @nogc;