Class KlvUnsignedByte


public class KlvUnsignedByte extends KlvNumericalDataElement<Short>
Represents a KLV element that has an unsigned byte value.
  • Constructor Details

    • KlvUnsignedByte

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

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