https://bz.apache.org/bugzilla/show_bug.cgi?id=59841

--- Comment #12 from Andreas Beeker <[email protected]> ---
(In reply to PJ Fanning from comment #10)
> This approach is based on the pre-existing TempFile creation strategy class
> in POI.

Although I understand, that a temp file needs to be created, this can be done
outside of POI and therefore user code can do whatever temp creation they want
to do - so this is not my main scope as mentioned above, i.e. "writing the
ZipFile is not an issue".

I'll now try to do a test implementation with commons-compress which doesn't
extend java.util.zip.ZipFile, therefore I need a interface to a delegate which
forwards the zip operations to the underlying zip implementation. This
interface will be referenced via OPCPackage.open(interface).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to