-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The ZIPExporter writes to a ZipOutputStream backed by a ByteArrayOutputStream. The content is later returned as a ByteArrayInputStream.
This does not work well for larger archives.
The API should be switched:
- do not return a inputstream
- write directly to given outputstream