What I do is something like this. Of course, there are many ways to do the same thing :)


BufferedReader in = new BufferedReader(new FileReader("filename.txt", true));
String line;
while ((line...