Class ZipExporterImpl

    • Constructor Detail

      • ZipExporterImpl

        public ZipExporterImpl​(Archive<?> archive)
    • Method Detail

      • exportAsInputStream

        public java.io.InputStream exportAsInputStream()
        Exports this reference in an implementation-specific format represented by the returned new InputStream instance
        Specified by:
        exportAsInputStream in interface StreamExporter
        Returns:
        A new InputStream to read the exported view
        See Also:
        StreamExporter.exportAsInputStream()