Class KlvUnsignedShort
java.lang.Object
org.codice.ddf.libs.klv.KlvDataElement<T>
org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement<Integer>
org.codice.ddf.libs.klv.data.numerical.KlvUnsignedShort
Represents a KLV element that has an unsigned short value.
-
Field Summary
Fields inherited from class org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement
errorIndicatorValueFields inherited from class org.codice.ddf.libs.klv.KlvDataElement
key, keyBytes, name, value -
Constructor Summary
ConstructorsConstructorDescriptionKlvUnsignedShort(byte[] key, String name) Constructs aKlvLongrepresenting a KLV element that has an unsigned short value. -
Method Summary
Modifier and TypeMethodDescriptionprotected KlvUnsignedShortcopy()protected voiddecodeValue(Klv klv) Methods inherited from class org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement
isErrorIndicatedMethods inherited from class org.codice.ddf.libs.klv.KlvDataElement
getKey, getKeyAsString, getName, getValue
-
Constructor Details
-
KlvUnsignedShort
Constructs aKlvLongrepresenting a KLV element that has an unsigned short value.- Parameters:
key- the data element's keyname- a name describing the data element's value
-
-
Method Details
-
decodeValue
- Specified by:
decodeValuein classKlvNumericalDataElement<Integer>
-
copy
- Specified by:
copyin classKlvNumericalDataElement<Integer>
-