public class TarGzExporterImpl extends AbstractStreamExporterImpl implements TarGzExporter
TarGzExporter
used to export an Archive as a TAR format encoded in GZIP.Constructor and Description |
---|
TarGzExporterImpl(Archive<?> archive)
Creates a new exporter for the specified archive
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
exportAsInputStream()
Exports this reference in an implementation-specific format represented by the returned new
InputStream
instance |
exportTo, exportTo, exportTo, getOutputStreamToFile
as, getArchive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportTo, exportTo, exportTo
as
public TarGzExporterImpl(Archive<?> archive)
public java.io.InputStream exportAsInputStream()
InputStream
instanceexportAsInputStream
in interface StreamExporter
InputStream
to read the exported viewStreamExporter.exportAsInputStream()