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, putNextExtry
doExport, getExportedPaths, getResult, processNode
export, getArchive
public 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.