Uses of Class
org.codice.ddf.libs.klv.KlvContext
Packages that use KlvContext
-
Uses of KlvContext in org.codice.ddf.libs.klv
Methods in org.codice.ddf.libs.klv that return KlvContextModifier and TypeMethodDescriptionKlvDecoder.decode(byte[] klvBytes) Decodes the KLV data insideklvBytesaccording to the properties in theKlvContextthat was provided in the constructor.Constructors in org.codice.ddf.libs.klv with parameters of type KlvContextModifierConstructorDescriptionKlvDecoder(KlvContext klvContext) Creates aKlvDecoderwith the givenKlvContext. -
Uses of KlvContext in org.codice.ddf.libs.klv.data.set
Constructors in org.codice.ddf.libs.klv.data.set with parameters of type KlvContextModifierConstructorDescriptionKlvLocalSet(byte[] key, String name, KlvContext localSetKlvContext) Constructs aKlvLocalSetwhose value is a chain of KLV data elements.