Class KlvShort


public class KlvShort extends KlvNumericalDataElement<Short>
Represents a KLV data element that has a short value.
  • Constructor Details

    • KlvShort

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

      public KlvShort(byte[] key, String name, Optional<Short> errorIndicatorValue)
      Constructs a KlvShort representing a KLV data element that has a short 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