org.apache.directory.shared.asn1.der
Class ASN1OutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.directory.shared.asn1.der.ASN1OutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class ASN1OutputStream
- extends FilterOutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASN1OutputStream
public ASN1OutputStream(OutputStream os)
ASN1OutputStream
public ASN1OutputStream(ByteBuffer out)
newOutputStream
public static OutputStream newOutputStream(ByteBuffer buf)
writeObject
public void writeObject(Object obj)
throws IOException
- Throws:
IOException
writeNull
protected void writeNull()
throws IOException
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.