|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Null
This class represents the ASN.1 NULL type.
| Field Summary | |
static ASN1Identifier |
ID
ID is added for Optimization. |
static int |
TAG
ASN.1 NULL tag definition. |
| Constructor Summary | |
ASN1Null()
Call this constructor to construct a new ASN1Null object. |
|
| Method Summary | |
void |
encode(ASN1Encoder enc,
java.io.OutputStream out)
Call this method to encode the current instance into the specified output stream using the specified encoder object. |
java.lang.String |
toString()
Return a String representation of this ASN1Null object. |
| Methods inherited from class com.novell.ldap.asn1.ASN1Object |
getEncoding, getIdentifier, setIdentifier |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TAG
public static final ASN1Identifier ID
ID needs only be one Value for every instance, thus we create it only once.
| Constructor Detail |
public ASN1Null()
| Method Detail |
public final void encode(ASN1Encoder enc,
java.io.OutputStream out)
throws java.io.IOException
encode in class ASN1Objectenc - Encoder object to use when encoding self.out - The output stream onto which the encoded byte
stream is written.
java.io.IOExceptionpublic java.lang.String toString()
toString in class ASN1Object
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||