Constructor and Description |
---|
ASN1MessageIterator(org.apache.camel.Exchange exchange,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
org.apache.camel.Message |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ASN1MessageIterator(org.apache.camel.Exchange exchange, InputStream inputStream)
public boolean hasNext()
public org.apache.camel.Message next()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Apache Camel