public class TarImporterImpl extends TarImporterBase<TarInputStream,TarImporter> implements TarImporter
Archive| Constructor and Description |
|---|
TarImporterImpl(Archive<?> archive) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Class<TarImporter> |
getActualClass()
Returns the actual class for this implementation
|
(package private) TarInputStream |
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 TarImporterImpl(Archive<?> archive)
java.lang.Class<TarImporter> getActualClass()
getActualClass in class TarImporterBase<TarInputStream,TarImporter>TarImporterBase.getActualClass()TarInputStream getInputStreamForRawStream(java.io.InputStream in) throws java.io.IOException
InputStream wrapper type for the specified raw data inputgetInputStreamForRawStream in class TarImporterBase<TarInputStream,TarImporter>java.io.IOExceptionTarImporterBase.getInputStreamForRawStream(java.io.InputStream)