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 givenArchive
-
-
Constructor Summary
Constructors Constructor Description TarBz2ImporterImpl(Archive<?> archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Class<TarBz2Importer>
getActualClass()
Returns the actual class for this implementation(package private) TarBzInputStream
getInputStreamForRawStream(java.io.InputStream in)
Obtains the correctInputStream
wrapper type for the specified raw data input-
Methods 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 Detail
-
TarBz2ImporterImpl
public TarBz2ImporterImpl(Archive<?> archive)
-
-
Method Detail
-
getInputStreamForRawStream
TarBzInputStream getInputStreamForRawStream(java.io.InputStream in) throws java.io.IOException
Obtains the correctInputStream
wrapper type for the specified raw data input- Specified by:
getInputStreamForRawStream
in classTarImporterBase<TarBzInputStream,TarBz2Importer>
- Returns:
- Throws:
java.io.IOException
- See Also:
TarImporterBase.getInputStreamForRawStream(java.io.InputStream)
-
getActualClass
java.lang.Class<TarBz2Importer> getActualClass()
Returns the actual class for this implementation- Specified by:
getActualClass
in classTarImporterBase<TarBzInputStream,TarBz2Importer>
- See Also:
TarImporterBase.getActualClass()
-
-