public class ConfEBoolean extends ConfEAtom implements Serializable, Cloneable
maxAtomLength| Constructor and Description | 
|---|
ConfEBoolean(boolean t)
Create a boolean from the given value 
 | 
ConfEBoolean(ConfInputStream buf)
Create a boolean from a stream containing an atom encoded in E external
 format. 
 | 
public ConfEBoolean(boolean t)
t - the boolean value to represent as an atom.public ConfEBoolean(ConfInputStream buf) throws ConfEDecodeException
ConfEDecodeException - if the buffer does not contain a valid external
                representation of an E atom.