Class KlvBytes

java.lang.Object
org.codice.ddf.libs.klv.KlvDataElement<byte[]>
org.codice.ddf.libs.klv.data.raw.KlvBytes

public class KlvBytes extends KlvDataElement<byte[]>
Represents a KLV data element that has a byte[] value.
  • Constructor Details

    • KlvBytes

      public KlvBytes(byte[] key, String name)
      Constructs a KlvBytes 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
  • Method Details