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