public interface IASN1InputStream extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Delegates
close method call to the wrapped stream. |
IASN1Primitive |
readObject()
Calls actual
readObject method for the wrapped ASN1InputStream object. |
IASN1Primitive readObject() throws IOException
readObject method for the wrapped ASN1InputStream object.IASN1Primitive wrapped ASN1Primitive object.IOException - if an I/O error occurs.void close()
throws IOException
close method call to the wrapped stream.close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 1998–2023 Apryse Group NV. All rights reserved.