Interface StreamImporter<I extends StreamImporter<I>>

Type Parameters:
I - Concrete type used in covariant return
All Superinterfaces:
Assignable
All Known Subinterfaces:
TarBz2Importer, TarGzImporter, TarImporter, ZipImporter
All Known Implementing Classes:
TarBz2ImporterImpl, TarGzImporterImpl, TarImporterBase, TarImporterImpl, ZipImporterImpl

public interface StreamImporter<I extends StreamImporter<I>> extends Assignable
Generic importer capable of representing an Assignable as an entity capable of reading from an InputStream, or file type.