> Hi Erik, > > > Well, XStream does *not* close an InputStream. > > However, you explicitly have selected a Driver that uses a XML parser that > does *not* support streams on its own. Any DOM parser will have to read the > *complete* input stream before it can create the DOM for the processed XML > and I can imagine that it will also automatically close the stream. > > - Jörg >
Of course, now I feel stupid. Well, thanks for clarifying. I'll have to look
into my XML-driver choice.
Cheers
