[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Hand InputStream to SWT Browser?
|
No, this isn't currently supported. You can log a Feature Request with
Platform - SWT for this if you think this is important.
Grant
"Mark Diggory" <mdiggory@xxxxxxxxxx> wrote in message
news:d89eqq$vp1$1@xxxxxxxxxxxxxxxxxxx
> 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