public class ZipIterator extends Object implements Iterator<org.apache.camel.Message>, Closeable
Constructor and Description |
---|
ZipIterator(org.apache.camel.Exchange exchange,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
checkNullAnswer(org.apache.camel.Message answer) |
void |
close() |
boolean |
hasNext() |
boolean |
isSupportIteratorForEmptyDirectory() |
org.apache.camel.Message |
next() |
void |
remove() |
void |
setAllowEmptyDirectory(boolean allowEmptyDirectory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ZipIterator(org.apache.camel.Exchange exchange, InputStream inputStream)
public boolean hasNext()
public org.apache.camel.Message next()
public void checkNullAnswer(org.apache.camel.Message answer)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public boolean isSupportIteratorForEmptyDirectory()
public void setAllowEmptyDirectory(boolean allowEmptyDirectory)
Apache Camel