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, importFrom
as, getArchive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
importFrom, importFrom, importFrom, importFrom
as
public 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.IOException
TarImporterBase.getInputStreamForRawStream(java.io.InputStream)
java.lang.Class<TarBz2Importer> getActualClass()
getActualClass
in class TarImporterBase<TarBzInputStream,TarBz2Importer>
TarImporterBase.getActualClass()