public class TarGzImporterImpl extends TarImporterBase<TarGzInputStream,TarGzImporter> implements TarGzImporter
Archive| Constructor and Description |
|---|
TarGzImporterImpl(Archive<?> archive) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Class<TarGzImporter> |
getActualClass()
Returns the actual class for this implementation
|
(package private) TarGzInputStream |
getInputStreamForRawStream(java.io.InputStream in)
Obtains the correct
InputStream wrapper type for the specified raw data input |
importFrom, importFrom, importFrom, importFromas, getArchiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitimportFrom, importFrom, importFrom, importFromaspublic TarGzImporterImpl(Archive<?> archive)
TarGzInputStream getInputStreamForRawStream(java.io.InputStream in) throws java.io.IOException
InputStream wrapper type for the specified raw data inputgetInputStreamForRawStream in class TarImporterBase<TarGzInputStream,TarGzImporter>java.io.IOExceptionTarImporterBase.getInputStreamForRawStream(java.io.InputStream)java.lang.Class<TarGzImporter> getActualClass()
getActualClass in class TarImporterBase<TarGzInputStream,TarGzImporter>TarImporterBase.getActualClass()