Uses of Enum Class
org.codice.ddf.libs.klv.data.Klv.KeyLength
Packages that use Klv.KeyLength
-
Uses of Klv.KeyLength in org.codice.ddf.libs.klv
Methods in org.codice.ddf.libs.klv that return Klv.KeyLengthConstructors in org.codice.ddf.libs.klv with parameters of type Klv.KeyLengthModifierConstructorDescriptionKlvContext(Klv.KeyLength keyLength, Klv.LengthEncoding lengthEncoding) Constructs aKlvContextcontaining the properties of a specific KLV-encoded data set.KlvContext(Klv.KeyLength keyLength, Klv.LengthEncoding lengthEncoding, Collection<? extends KlvDataElement> dataElements) Constructs aKlvContextcontaining the properties of a specific KLV-encoded data set, including the data elements that could possibly be found within the data. -
Uses of Klv.KeyLength in org.codice.ddf.libs.klv.data
Methods in org.codice.ddf.libs.klv.data that return Klv.KeyLengthModifier and TypeMethodDescriptionstatic Klv.KeyLengthReturns the enum constant of this class with the specified name.static Klv.KeyLength[]Klv.KeyLength.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codice.ddf.libs.klv.data with parameters of type Klv.KeyLengthModifier 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.