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 voidclose()booleanhasNext()Tnext()voidremove()-
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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-