Class KlvFloat


public class KlvFloat extends KlvNumericalDataElement<Float>
Represents a KLV data element that has a float value.
  • Constructor Details

    • KlvFloat

      public KlvFloat(byte[] key, String name)
      Constructs a KlvFloat representing a KLV data element that has a float value.
      Parameters:
      key - the data element's key
      name - a name describing the data element's value
    • KlvFloat

      public KlvFloat(byte[] key, String name, Optional<Float> errorIndicatorValue)
      Constructs a KlvFloat representing a KLV data element that has a float value.
      Parameters:
      key - the data element's key
      name - a name describing the data element's value
      errorIndicatorValue - value that indicates an encoded error
  • Method Details