Hi.
I have the URL of a text file and I want my Java program to read that text file. But the plot thickens! The file is constantly being appended with new lines and I want to read these lines as they come in.
I think the right approach is to open a URLConnection to the URL of the file and somehow put that URLConnection under the 'supervision' of some sort of StreamReader or StreamBuffer type of object.
This is where my Java skills become questionable and I was wondering if anyone cares to donate an answer or two.
Thanks.