I figured you might want to use the bufferedreader as it is and actually read each line and parse it as you go along.



import java.io.BufferedReader;
import java.io.FileReader;
import...