I am trying to read specific characters from a text file to store for further processing. The file i am trying to read from is laid out as :
45721 Chris Jones D D C P H H C D
87946 Jack Aaron H H H D D H H H
43285 Ben Adams C F C D C C C P
24679 Chuck Doherty F F F P C C C F
57652 Dean Betts F C F C D P D H
67842 Britney Dowling D D F D D F D D
22548 Kennedy Blake P F P F P F P P
The specific characters i am trying to read are the 8 character following the individuals names. I have attempted looking for solutions but i am terribly new to java and having problems understanding the logic so any help would be greatly appreciated.