Class BERTag

java.lang.Object
netscape.ldap.ber.stream.BERElement
netscape.ldap.ber.stream.BERTag
All Implemented Interfaces:
Serializable

public class BERTag extends BERElement
This class is for the tagged object type. A nested tag is allowed. A tagged element contains another ber element.
 ENCODING RULE:
  tag    = whatever it is constructed with
 
Version:
1.0 seeAlso CCITT X.209
See Also: