User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
I'm noticing a lack of support for Readers/Streams in the SWT Browser?
Is there any way I can handle content more efficiently than passing a
URL or a String containing the content? Specifically, I'd like to pass
the content as an InputStream or Reader, using strings requires me to
"buffer" the content both in Eclipse and in the Browser which is a
performance issue when the documents getting passed to the browser are
large.