public class TarGzExporterDelegate extends TarExporterDelegateBase<TarGzOutputStream>
latch, outputStream| Constructor and Description |
|---|
TarGzExporterDelegate(Archive<?> archive)
Creates a new exporter delegate for exporting archives as TAR/GZ
|
| Modifier and Type | Method and Description |
|---|---|
protected TarGzOutputStream |
createOutputStream(OutputStream out)
Creates the real
OutputStream to which we'll write, wrapping the provided target. |
closeEntry, getExportTask, putNextExtrydoExport, getExportedPaths, getResult, processNodeexport, getArchivepublic TarGzExporterDelegate(Archive<?> archive)
protected final TarGzOutputStream createOutputStream(OutputStream out) throws IOException
OutputStream to which we'll write, wrapping the provided target.createOutputStream in class StreamExporterDelegateBase<TarGzOutputStream>IOException - If an error occurred in creating the streamStreamExporterDelegateBase.createOutputStream(java.io.OutputStream)Copyright © 2012 JBoss by Red Hat. All Rights Reserved.