Class ZipExporterDelegate


  • class ZipExporterDelegate
    extends AbstractExporterDelegate<java.io.InputStream>
    Implementation of a ZIP exporter. Cannot handle archives with no content (as there'd be no ZipEntry s to write to the ZipOutputStream
    • Field Detail

      • compressed

        private boolean compressed
    • Constructor Detail

      • ZipExporterDelegate

        protected ZipExporterDelegate​(Archive<?> archive)
      • ZipExporterDelegate

        protected ZipExporterDelegate​(Archive<?> archive,
                                      boolean compressed)