Open binary stream for display

I asked this question about a year ago but did not get a response that helped me: http://www-10.lotus.com/ldd/nd85forum.nsf/ShowMyTopicsAllThreadedweb/93a44f7230dc9daa852576000045a851?OpenDocument

A web service returns a file as a java byte array; Lotusscript type is XSD_BASE64BINARY. I know I can save this as a file, but I don’t want to save it, just display it on the screen using the default app that Windows opens for it. Right now, I’m only dealing with tiff’s, but it is possible I could be getting any type of file.

I have a button on a form ‘View Doc’ that sends a doc ID to the web service. The web service returns the byte array. The button is written in Lotusscript.

I’ve looked at NotesStream, but that is for reading/writing files.

Any help would be appreciated.

Thanks,

Chris