That's the way files are read. The bytes are read in the order they are in. You need to read the file's bytes up to where the integers are located.
There is an exception if the byte location in the...