Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Binary Data >

ByteOrdering

ByteOrdering
is an option for BinaryRead, BinaryWrite and related functions that specifies what ordering of bytes should be assumed for your computer system.
  • +1 corresponds to big endian (appropriate for PowerPC and many other processors); -1 corresponds to little endian (appropriate for x86 processors).
  • +1 corresponds to having the most significant byte first; -1 to having the least significant byte first.
New in 5.2
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team