I\'m hacking around in some scripts trying to parse some data written by Javas DataOutputStream#writeLong(...). Since java always seems to write big endian, I have
DataOutputStream#writeLong(...)
Note the next version of GNU coreutils (>= 8.23) will add the --endian={little,big} option to the od command