org.jboss.shrinkwrap.impl.base.exporter.tar
Class TarGzExporterDelegate
java.lang.Object
org.jboss.shrinkwrap.impl.base.exporter.AbstractExporterDelegate<InputStream>
org.jboss.shrinkwrap.impl.base.exporter.StreamExporterDelegateBase<T>
org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterDelegateBase<TarGzOutputStream>
org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterDelegate
public class TarGzExporterDelegate
- extends TarExporterDelegateBase<TarGzOutputStream>
Implementation of an exporter for the TAR format, further encoded as GZIP.
- Version:
- $Revision: $
- Author:
- ALR
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TarGzExporterDelegate
public TarGzExporterDelegate(Archive<?> archive)
- Creates a new exporter delegate for exporting archives as TAR/GZ
createOutputStream
protected final TarGzOutputStream createOutputStream(OutputStream out)
throws IOException
- Creates the real
OutputStream
to which we'll write,
wrapping the provided target.
- Specified by:
createOutputStream
in class StreamExporterDelegateBase<TarGzOutputStream>
- Returns:
-
- Throws:
IOException
- If an error occurred in creating the stream- See Also:
StreamExporterDelegateBase.createOutputStream(java.io.OutputStream)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.