public class TarBz2ExporterImpl extends AbstractStreamExporterImpl implements TarBz2Exporter
TarBz2Exporter used to export an Archive as a TAR format encoded in BZip2.| Constructor and Description |
|---|
TarBz2ExporterImpl(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 TarBz2ExporterImpl(Archive<?> archive)
public java.io.InputStream exportAsInputStream()
InputStream
instanceexportAsInputStream in interface StreamExporterInputStream to read the exported viewStreamExporter.exportAsInputStream()