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