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, getOutputStreamToFileas, getArchiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportTo, exportTo, exportToaspublic TarGzExporterImpl(Archive<?> archive)
public java.io.InputStream exportAsInputStream()
InputStream
instanceexportAsInputStream in interface StreamExporterInputStream to read the exported viewStreamExporter.exportAsInputStream()