org.cruxframework.crux.scanner.archiveiterator
Class ZIPProtocolIterator
java.lang.Object
org.cruxframework.crux.scanner.archiveiterator.URLIterator
org.cruxframework.crux.scanner.archiveiterator.ZIPProtocolIterator
- Direct Known Subclasses:
- JarProtocolIterator
public class ZIPProtocolIterator
- extends URLIterator
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
zipStream
protected ZipInputStream zipStream
next
protected ZipEntry next
pathInZip
protected String pathInZip
initial
protected boolean initial
closed
protected boolean closed
zip
protected URL zip
ZIPProtocolIterator
public ZIPProtocolIterator(URL zip,
List<ScannerRegistration> scanners,
String pathInZip)
throws IOException,
URISyntaxException
- Throws:
IOException
URISyntaxException
ZIPProtocolIterator
protected ZIPProtocolIterator(List<ScannerRegistration> scanners)
search
public void search()
- Specified by:
search in class URLIterator
next
protected URL next()
getProtocol
protected String getProtocol()
close
protected void close()
Copyright © 2014. All rights reserved.