MessageI was just looking at HTMLReader and realized that it extends =
BufferedReader AND takes a BufferedReader as an argument. This would, if =
I'm not mistaken, result in a nested pair of BufferedReaders. Is this =
intentional?
Thank you for finding this - its a mistake. I've corrected it and =
modified HTMLReader so it only takes a Reader, and does not hold state. =
Some of the code in the parser is over 2 years old.. thanks for finding =
this.
Regards,
Somik
|