ReaderSource class
Brought to you by:
derrickoswald
Hi. I would really like if there was a
org.htmlparser.lexer.Source subclass whose
constructor could take a java.io.Reader object. It
seems that there is a subclass whose constructor
takes a java.io.InputStream object and, while I can
wrap a java.io.InputStreamReader object around a
java.io.InputStream object to make it a reader, I
can't do the opposite. Thank you. Eli