public class BEROutputStream extends DEROutputStream
| Constructor and Description |
|---|
BEROutputStream(OutputStream os)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(Object obj)
Write out an ASN.1 object.
|
writeObjectclose, flush, writeNullpublic BEROutputStream(OutputStream os)
os - target output stream.public void writeObject(Object obj) throws IOException
obj - the object to be encoded.IOException - if there is an issue on encoding or output of the object.Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.