public class OEROutputStream
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.io.PrintWriter |
debugOutput |
| Modifier and Type | Method and Description |
|---|---|
static int |
byteLength(long value) |
static OEROutputStream |
create(java.io.OutputStream out)
Creates an output stream filter built on top of the specified
underlying output stream.
|
protected void |
debugPrint(java.lang.String what) |
void |
write(org.bouncycastle.asn1.ASN1Encodable encodable,
OERDefinition.Element oerElement) |
public static OEROutputStream create(java.io.OutputStream out)
out - the underlying output stream to be assigned to
the field this.out for later use, or
null if this instance is to be
created without an underlying stream.public void write(org.bouncycastle.asn1.ASN1Encodable encodable,
OERDefinition.Element oerElement)
throws java.io.IOException
java.io.IOExceptionprotected void debugPrint(java.lang.String what)
public static int byteLength(long value)