public class ConfEFloat extends ConfEDouble implements Serializable, Cloneable
| Constructor and Description |
|---|
ConfEFloat(ConfInputStream buf)
Create an E float from a stream containing a float encoded in E external
format.
|
ConfEFloat(float f)
Create an E float from the given float value.
|
doubleValue, encode, equals, floatValue, hashCode, toStringclone, decodepublic ConfEFloat(ConfInputStream buf) throws ConfEDecodeException, ConfERangeException
buf - the stream containing the encoded value.ConfEDecodeException - if the buffer does not contain a valid external
representation of an E float.ConfERangeException - if the value cannot be represented as a Java float.public ConfEFloat(float f)