org.semanticdesktop.aperture.subcrawler.tar
Class TarSubCrawler.TarSubCrawlerInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.semanticdesktop.aperture.subcrawler.base.AbstractArchiverSubCrawler.ArchiveInputStream
org.semanticdesktop.aperture.subcrawler.tar.TarSubCrawler.TarSubCrawlerInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- TarSubCrawler
protected class TarSubCrawler.TarSubCrawlerInputStream
- extends AbstractArchiverSubCrawler.ArchiveInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TarSubCrawler.TarSubCrawlerInputStream
public TarSubCrawler.TarSubCrawlerInputStream(InputStream in)
getNextEntry
public AbstractArchiverSubCrawler.ArchiveEntry getNextEntry()
throws IOException
- Description copied from class:
AbstractArchiverSubCrawler.ArchiveInputStream
- Returns the next archive entry
- Specified by:
getNextEntry
in class AbstractArchiverSubCrawler.ArchiveInputStream
- Returns:
- the next archive entry or null if the end of the stream has been reached
- Throws:
IOException
- if something goes wrong
closeEntry
public void closeEntry()
throws IOException
- Description copied from class:
AbstractArchiverSubCrawler.ArchiveInputStream
- closes the current archive entry
- Specified by:
closeEntry
in class AbstractArchiverSubCrawler.ArchiveInputStream
- Throws:
IOException
- if something goes wrong
Copyright © 2010 Aperture Development Team. All Rights Reserved.