public class ConfEChar extends ConfELong implements Serializable, Cloneable
Constructor and Description |
---|
ConfEChar(char c)
Create an E integer from the given value.
|
ConfEChar(ConfInputStream buf)
Create an E integer from a stream containing an integer encoded in E
external format.
|
byteValue, charValue, encode, equals, intValue, longValue, shortValue, toString, uIntValue, uShortValue
clone, decode
public ConfEChar(char c)
c
- the char value to use.public ConfEChar(ConfInputStream buf) throws ConfERangeException, ConfEDecodeException
buf
- the stream containing the encoded value.ConfEDecodeException
- if the buffer does not contain a valid external
representation of an E integer.ConfERangeException
- if the value is too large to be represented as a char.