-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Originally we'd left exportZip returning InputStream with the intent that users could do whatever they wanted with it. However I'm finding that it's a often-desired feature to export to a real File, so add:
void ZipExporter.exportZip(File target) throws IOException;
- relates to
-
SHRINKWRAP-88 Look at Import/Export API methods for consistency/convenience
- Closed