public class ASN1OutputStream extends FilterOutputStream
out
Constructor and Description |
---|
ASN1OutputStream(ByteBuffer out) |
ASN1OutputStream(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
static OutputStream |
newOutputStream(ByteBuffer buf) |
protected void |
writeNull() |
void |
writeObject(Object obj) |
public ASN1OutputStream(OutputStream os)
public ASN1OutputStream(ByteBuffer out)
public static OutputStream newOutputStream(ByteBuffer buf)
public void writeObject(Object obj) throws IOException
IOException
protected void writeNull() throws IOException
IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.