com.armatiek.infofuze.stream.filesystem.compression.zip
Class ZipArchiveEntryIterator

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

public class ZipArchiveEntryIterator
extends ArchiveEntryIterator

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

Author:
Maarten Kroon

Constructor Summary
ZipArchiveEntryIterator(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

ZipArchiveEntryIterator

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