public class TarBz2ImporterImpl extends TarImporterBase<TarBzInputStream,TarBz2Importer> implements TarBz2Importer
Archive| Constructor and Description |
|---|
TarBz2ImporterImpl(Archive<?> archive) |
| Modifier and Type | Method and 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 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 TarBz2ImporterImpl(Archive<?> archive)
TarBzInputStream getInputStreamForRawStream(java.io.InputStream in) throws java.io.IOException
InputStream wrapper type for the specified raw data inputgetInputStreamForRawStream in class TarImporterBase<TarBzInputStream,TarBz2Importer>java.io.IOExceptionTarImporterBase.getInputStreamForRawStream(java.io.InputStream)java.lang.Class<TarBz2Importer> getActualClass()
getActualClass in class TarImporterBase<TarBzInputStream,TarBz2Importer>TarImporterBase.getActualClass()