Class TarBz2ExporterImpl

    • Constructor Detail

      • TarBz2ExporterImpl

        public TarBz2ExporterImpl​(Archive<?> archive)
        Creates a new exporter for the specified 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()