Streaming a requested document to a memory buffer

Hello,

I would like to receive the requested data in a memory buffer that the application
provides in order to roll my own processing of the data. Is there any way to
accomplish this? I have looked through all the header files and a lot of the sources,
but couldn't find anything. The LineModeBrowser doesn't seem to have this feature
either. Is this not possible (or against the spirit of the library) or have I simply
overlooked something. My idea was that there is something like an HTMemoryStream
or such. Of course, I could use one of streams that write to a file and read the file
back into memory, but that seems very clumsy to me.

I would greatly appreciate any suggestions or pointers to the documentation.

TIA, Kalle Dalheimer

-- 
Matthias Kalle Dalheimer
Software Engineer
StarDivision GmbH
StarView Unix Group
Sachsenfeld 4
D-20097 Hamburg
Federal Republic of Germany
Tel: +49-40-23646959
Fax: +49-40-23646550
email: mda@stardiv.de

Received on Monday, 11 December 1995 13:36:05 UTC