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) TarBzInputStreamObtains the correctInputStreamwrapper type for the specified raw data inputMethods inherited from class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
importFrom, importFrom, importFrom, importFromMethods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchiveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.shrinkwrap.api.Assignable
asMethods inherited from interface org.jboss.shrinkwrap.api.importer.StreamImporter
importFrom, importFrom, importFrom, importFrom
-
Constructor Details
-
TarBz2ImporterImpl
-
-
Method Details
-
getInputStreamForRawStream
Obtains the correctInputStreamwrapper type for the specified raw data input- Specified by:
getInputStreamForRawStreamin classTarImporterBase<TarBzInputStream,TarBz2Importer> - Parameters:
in-- Returns:
- Throws:
IOException- See Also:
-
getActualClass
Class<TarBz2Importer> getActualClass()Returns the actual class for this implementation- Specified by:
getActualClassin classTarImporterBase<TarBzInputStream,TarBz2Importer> - See Also:
-