public interface IASN1OutputStream extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Delegates
close method call to the wrapped stream. |
void |
writeObject(IASN1Primitive primitive)
Calls actual
writeObject method for the wrapped ASN1OutputStream object. |
void writeObject(IASN1Primitive primitive) throws IOException
writeObject method for the wrapped ASN1OutputStream object.primitive - 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.