Re: [julia-users] Re: read binary file with endianness

2016-10-07 Thread Michele Zaffalon
Thank you. On Thu, Oct 6, 2016 at 8:42 PM, Steven G. Johnson wrote: > Yes, just read in the first byte, and then read in the rest of the data, > calling ntoh or hton as needed on each datum. >

[julia-users] Re: read binary file with endianness

2016-10-06 Thread Steven G. Johnson
Yes, just read in the first byte, and then read in the rest of the data, calling ntoh or hton as needed on each datum.