com.armatiek.infofuze.stream.filesystem.compression.tar
Class TarArchiveEntryIterator

java.lang.Object
  extended by com.armatiek.infofuze.stream.filesystem.compression.ArchiveEntryIterator
      extended by com.armatiek.infofuze.stream.filesystem.compression.tar.TarArchiveEntryIterator
All Implemented Interfaces:
java.util.Iterator<FileIf>

public class TarArchiveEntryIterator
extends ArchiveEntryIterator

An iterator of all file entries within a TAR archive file.

Author:
Maarten Kroon

Constructor Summary
TarArchiveEntryIterator(ArchiveFile archiveFile, java.io.InputStream is)
           
 
Method Summary
 
Methods inherited from class com.armatiek.infofuze.stream.filesystem.compression.ArchiveEntryIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TarArchiveEntryIterator

public TarArchiveEntryIterator(ArchiveFile archiveFile,
                               java.io.InputStream is)
                        throws org.apache.commons.compress.archivers.ArchiveException
Throws:
org.apache.commons.compress.archivers.ArchiveException