public class KlvByte extends KlvNumericalDataElement<Byte>
Represents a KLV data element that has a byte value.
  • Constructor Details

    • KlvByte

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

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