-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
JSoup supports Strings and InputStreams. That's great but supporting java.io.Reader would be nice. I assume some people assemble HTML in a StringBuilder or StringBuffer and the extra conversion step to a String doubles the amount of RAM required. With support for java.io.Reader, you could use StrBuilder (commons-lang) which has a convenient zero-copy asReader() method.
lukateras and benmccann
Metadata
Metadata
Assignees
Labels
No labels