I see that in #463 some support for Reader was added: https://jsoup.org/apidocs/org/jsoup/parser/Parser.html#parseInput-java.io.Reader-java.lang.String-
However, I'm not quite sure how to use it. It looks like none of the Jsoup.parse methods take a reader. Would it be possible to add a new method taking a Reader? I'm trying to use Jsoup inside an interface that only has a Reader available
I see that in #463 some support for
Readerwas added: https://jsoup.org/apidocs/org/jsoup/parser/Parser.html#parseInput-java.io.Reader-java.lang.String-However, I'm not quite sure how to use it. It looks like none of the
Jsoup.parsemethods take a reader. Would it be possible to add a new method taking aReader? I'm trying to use Jsoup inside an interface that only has aReaderavailable