You'll have to read that file line-by-line until you detect the start of the lines you want to acquire, and then add them to your program data structure. The file looks like a sequential text file,...