| Class | Description |
|---|---|
| KlvByte |
Represents a KLV data element that has a byte value.
|
| KlvDouble |
Represents a KLV data element that has a double value.
|
| KlvFloat |
Represents a KLV data element that has a float value.
|
| KlvInt |
Represents a KLV element that has a int value.
|
| KlvIntegerEncodedFloatingPoint |
Represents a KLV element containing a floating-point value that has been encoded as an integer
value.
|
| KlvLong |
Represents a KLV element that has a long value.
|
| KlvNumericalDataElement<T extends Number> |
Represents a data element with a numerical value.
|
| KlvShort |
Represents a KLV data element that has a short value.
|
| KlvUnsignedByte |
Represents a KLV element that has an unsigned byte value.
|
| KlvUnsignedShort |
Represents a KLV element that has an unsigned short value.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.