public class KlvBytes extends KlvDataElement<byte[]>
key, keyBytes, name, value| Constructor and Description |
|---|
KlvBytes(byte[] key,
String name)
Constructs a
KlvBytes representing a KLV element that has a byte[]
value. |
| Modifier and Type | Method and Description |
|---|---|
protected KlvDataElement |
copy() |
protected void |
decodeValue(Klv klv) |
getKey, getKeyAsString, getName, getValue, isErrorIndicatedpublic KlvBytes(byte[] key,
String name)
KlvBytes representing a KLV element that has a byte[]
value.key - the data element's keyname - a name describing the data element's valueprotected void decodeValue(Klv klv)
decodeValue in class KlvDataElement<byte[]>protected KlvDataElement copy()
copy in class KlvDataElement<byte[]>This work is licensed under a Creative Commons Attribution 4.0 International License.