Package org.apache.camel.dataformat.asn1
Class ASN1GenericIterator<T>
- java.lang.Object
-
- org.apache.camel.dataformat.asn1.ASN1GenericIterator<T>
-
-
Constructor Summary
Constructors Constructor Description ASN1GenericIterator(Class<T> clazz, InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
T
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ASN1GenericIterator
public ASN1GenericIterator(Class<T> clazz, InputStream inputStream)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-