|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
| ByteOrdering is an option for BinaryRead, BinaryWrite and related functions that specifies what ordering of bytes should be assumed for your computer system. |
$ByteOrdering gives the byte ordering on this machine:
Create a file with a 32-bit integer:
Read the data from the file:
Read the data with reverse byte ordering:
Recreate the correct interpretation using Mathematica functions:
|
| © 2013 Wolfram Research, Inc. |