Skip to Content
0
Aug 31, 2007 at 02:08 PM

updateContent Method automaticaly closes the given InputStream

25 Views

Hi,

i want to extract a zip archive within the Repository Framework. I can open and extract/write the first entry, but after that i get an exception which states that the (ZipInput)Stream is already closed.

I suspect the<b> updateContent </b>Method to do that. Is there any way around that autoclosing behavior? Or is there a total different approach to extract archives within the KM?

Many thanks for any hint.

Best regards

Jochen

P.S. i use a Wrapper for the Repository Framework, therefore i didn't yet post any code. But if it helps, i certainly will post it here.