Class ConfEFloat

All Implemented Interfaces:
Serializable, Cloneable

public class ConfEFloat extends ConfEDouble implements Serializable, Cloneable
Provides a Java representation of E floats and doubles.
See Also:
  • Constructor Details

    • ConfEFloat

      public ConfEFloat(float f)
      Create an E float from the given float value.
    • ConfEFloat

      Create an E float from a stream containing a float encoded in E external format.
      Parameters:
      buf - the stream containing the encoded value.
      Throws:
      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.