Class BERBoolean

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

public class BERBoolean extends BERElement
This class is for the Boolean object.
 ENCODING RULE:
  tag    = 0x01
  length = 0x01
  one contents octet (non-zero indicates TRUE).

 Example 1:  (false)
   01 01 00
 Example 2:  (true)
   01 01 FF
 
Version:
1.0 seeAlso CCITT X.209
See Also: