Class KlvDouble


public class KlvDouble extends KlvNumericalDataElement<Double>
Represents a KLV data element that has a double value.
  • Constructor Details

    • KlvDouble

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

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