Hi,
I think I have found an issue when reading little endian integers in the file add-on (readInt() method). The test for negative numbers reversal is the same as for the big endian mode, whereas I think it should test the last byte instead (see attached patch).