[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Hand InputStream to SWT Browser?

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.

Is Streaming to the browser at all possible?

-Mark