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