Class TarBz2ImporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase<TarBzInputStream,TarBz2Importer>
org.jboss.shrinkwrap.impl.base.importer.tar.TarBz2ImporterImpl
- All Implemented Interfaces:
Assignable
,StreamImporter<TarBz2Importer>
,TarBz2Importer
public class TarBz2ImporterImpl
extends TarImporterBase<TarBzInputStream,TarBz2Importer>
implements TarBz2Importer
Used to import existing TAR.BZ2 files/streams into the given
Archive
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Class
<TarBz2Importer> Returns the actual class for this implementation(package private) TarBzInputStream
Obtains the correctInputStream
wrapper type for the specified raw data inputMethods inherited from class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
importFrom, importFrom, importFrom, importFrom
Methods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
Methods inherited from interface org.jboss.shrinkwrap.api.importer.StreamImporter
importFrom, importFrom, importFrom, importFrom
-
Constructor Details
-
TarBz2ImporterImpl
-
-
Method Details
-
getInputStreamForRawStream
Obtains the correctInputStream
wrapper type for the specified raw data input- Specified by:
getInputStreamForRawStream
in classTarImporterBase<TarBzInputStream,
TarBz2Importer> - Parameters:
in
-- Returns:
- Throws:
IOException
- See Also:
-
getActualClass
Class<TarBz2Importer> getActualClass()Returns the actual class for this implementation- Specified by:
getActualClass
in classTarImporterBase<TarBzInputStream,
TarBz2Importer> - See Also:
-