On Tuesday, 17 November 2015 at 05:37:55 UTC, Domain wrote:
>
> Thank you! Now another question: how to handle endianness?
If your file follow a file format:
     the endianness should be defined there.
else it's a random text file:
     either it will have a BOM with endianness,
     or you will have to guess.