Counting Number of Rows in a URL stream
Hi.
I have a URL reader, and i need to know how many rows it reads when it goes through.
Has anyone had to do this before? I'm not sure if theres an inbuilt lineCounter in the BufferedReader (i read through the documenation and couldn't find anything).
Any suggestions on how i could go about doing this?
Thanks.

