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, toString
clone, decode
public ConfEFloat(float f)
public 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.