If true, the file is read with big-endian url=https://en.wikipedia.org/wiki/Endiannessendianness/url. If false, the file is read with little-endian endianness. If in doubt, leave this to false as most files are written with little-endian endianness.
Note:endianSwap is only about the file format, not the CPU type. The CPU endianness doesn't affect the default endianness for files written.
Note: This is always reset to false whenever you open the file. Therefore, you must set endianSwapafter opening the file, not before.
If true, the file is read with big-endian url=https://en.wikipedia.org/wiki/Endiannessendianness/url. If false, the file is read with little-endian endianness. If in doubt, leave this to false as most files are written with little-endian endianness. Note: endianSwap is only about the file format, not the CPU type. The CPU endianness doesn't affect the default endianness for files written. Note: This is always reset to false whenever you open the file. Therefore, you must set endianSwap after opening the file, not before.