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