Uses of Enum Class
org.codice.ddf.libs.klv.data.Klv.LengthEncoding
Packages that use Klv.LengthEncoding
-
Uses of Klv.LengthEncoding in org.codice.ddf.libs.klv
Methods in org.codice.ddf.libs.klv that return Klv.LengthEncodingConstructors in org.codice.ddf.libs.klv with parameters of type Klv.LengthEncodingModifierConstructorDescriptionKlvContext(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.LengthEncoding in org.codice.ddf.libs.klv.data
Methods in org.codice.ddf.libs.klv.data that return Klv.LengthEncodingModifier and TypeMethodDescriptionstatic Klv.LengthEncodingReturns the enum constant of this class with the specified name.static Klv.LengthEncoding[]Klv.LengthEncoding.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.LengthEncodingModifier 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.