Can anyone offer a pointer or advice on how I will try to parse an extremely large HTML stream / file. For example, I have a table with approximately 270,000 rows, I would like to bring it to my application about 20 thousand at a time. The jsoup parse method allows HTML snippets, but I don’t understand what might be the most efficient and clean way to read XXX bytes representing this snippet.
Any help is most appreciated.
rkd80 source
share