org.jboss.shrinkwrap.impl.base.exporter.tar
Class TarExporterDelegate
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<TarOutputStream>
org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterDelegate
public class TarExporterDelegate
- extends TarExporterDelegateBase<TarOutputStream>
Implementation of an exporter for the TAR format
- Author:
- ALR
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TarExporterDelegate
public TarExporterDelegate(Archive<?> archive)
- Creates a new exporter delegate for exporting archives as TAR
createOutputStream
protected final TarOutputStream createOutputStream(OutputStream out)
throws IOException
- Creates the real
OutputStream
to which we'll write,
wrapping the provided target.
- Specified by:
createOutputStream
in class StreamExporterDelegateBase<TarOutputStream>
- 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.