Class ZipStoredExporterImpl

All Implemented Interfaces:
Assignable, StreamExporter, ZipStoredExporter

public class ZipStoredExporterImpl extends AbstractStreamExporterImpl implements ZipStoredExporter
Implementation of ZipStoredExporter used to export an Archive as a ZIP format with STORED compression.
  • Constructor Details

    • ZipStoredExporterImpl

      public ZipStoredExporterImpl(Archive<?> archive)
  • Method Details