Constructor and Description |
---|
ASN1GenericIterator(Class<T> clazz,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ASN1GenericIterator(Class<T> clazz, InputStream inputStream)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Apache Camel