Uses of Class
org.codice.ddf.libs.klv.data.Klv
Packages that use Klv
Package
Description
-
Uses of Klv in org.codice.ddf.libs.klv
Methods in org.codice.ddf.libs.klv with parameters of type Klv -
Uses of Klv in org.codice.ddf.libs.klv.data
Methods in org.codice.ddf.libs.klv.data that return types with arguments of type KlvModifier and TypeMethodDescriptionKlv.bytesToList(byte[] bytes, int offset, int length, Klv.KeyLength keyLength, Klv.LengthEncoding lengthEncoding) Returns a list of KLV sets in the supplied byte array assuming the provided key length and length field encoding. -
Uses of Klv in org.codice.ddf.libs.klv.data.numerical
Methods in org.codice.ddf.libs.klv.data.numerical with parameters of type KlvModifier and TypeMethodDescriptionprotected voidKlvByte.decodeValue(Klv klv) protected voidKlvDouble.decodeValue(Klv klv) protected voidKlvFloat.decodeValue(Klv klv) protected voidKlvInt.decodeValue(Klv klv) protected voidKlvIntegerEncodedFloatingPoint.decodeValue(Klv klv) protected voidKlvLong.decodeValue(Klv klv) protected abstract voidKlvNumericalDataElement.decodeValue(Klv klv) protected voidKlvShort.decodeValue(Klv klv) protected voidKlvUnsignedByte.decodeValue(Klv klv) protected voidKlvUnsignedShort.decodeValue(Klv klv) -
Uses of Klv in org.codice.ddf.libs.klv.data.raw
Methods in org.codice.ddf.libs.klv.data.raw with parameters of type Klv -
Uses of Klv in org.codice.ddf.libs.klv.data.set
Methods in org.codice.ddf.libs.klv.data.set with parameters of type Klv -
Uses of Klv in org.codice.ddf.libs.klv.data.text
Methods in org.codice.ddf.libs.klv.data.text with parameters of type KlvModifier and TypeMethodDescriptionprotected voidKlvEncodingDetectedString.decodeValue(Klv klv) protected voidKlvString.decodeValue(Klv klv)