Uses of Class
org.semanticdesktop.aperture.subcrawler.base.AbstractArchiverSubCrawler.ArchiveInputStream

Packages that use AbstractArchiverSubCrawler.ArchiveInputStream
org.semanticdesktop.aperture.subcrawler.base   
org.semanticdesktop.aperture.subcrawler.tar   
org.semanticdesktop.aperture.subcrawler.zip   
 

Uses of AbstractArchiverSubCrawler.ArchiveInputStream in org.semanticdesktop.aperture.subcrawler.base
 

Methods in org.semanticdesktop.aperture.subcrawler.base that return AbstractArchiverSubCrawler.ArchiveInputStream
protected abstract  AbstractArchiverSubCrawler.ArchiveInputStream AbstractArchiverSubCrawler.getArchiveInputStream(InputStream compressedStream)
           
 

Uses of AbstractArchiverSubCrawler.ArchiveInputStream in org.semanticdesktop.aperture.subcrawler.tar
 

Subclasses of AbstractArchiverSubCrawler.ArchiveInputStream in org.semanticdesktop.aperture.subcrawler.tar
protected  class TarSubCrawler.TarSubCrawlerInputStream
           
 

Methods in org.semanticdesktop.aperture.subcrawler.tar that return AbstractArchiverSubCrawler.ArchiveInputStream
protected  AbstractArchiverSubCrawler.ArchiveInputStream TarSubCrawler.getArchiveInputStream(InputStream in)
           
 

Uses of AbstractArchiverSubCrawler.ArchiveInputStream in org.semanticdesktop.aperture.subcrawler.zip
 

Subclasses of AbstractArchiverSubCrawler.ArchiveInputStream in org.semanticdesktop.aperture.subcrawler.zip
protected static class ZipSubCrawler.ZipSubCrawlerInputStream
          An ArchiveInputStream encapsulating a stream of ZIP-ped data
 

Methods in org.semanticdesktop.aperture.subcrawler.zip that return AbstractArchiverSubCrawler.ArchiveInputStream
protected  AbstractArchiverSubCrawler.ArchiveInputStream ZipSubCrawler.getArchiveInputStream(InputStream in)
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.