Package | Description |
---|---|
org.codice.ddf.libs.klv | |
org.codice.ddf.libs.klv.data |
Modifier and Type | Method and Description |
---|---|
Klv.KeyLength |
KlvContext.getKeyLength() |
Constructor and Description |
---|
KlvContext(Klv.KeyLength keyLength,
Klv.LengthEncoding lengthEncoding)
Constructs a
KlvContext containing the properties of a specific KLV-encoded data set. |
KlvContext(Klv.KeyLength keyLength,
Klv.LengthEncoding lengthEncoding,
Collection<? extends KlvDataElement> dataElements)
Constructs a
KlvContext containing the properties of a specific KLV-encoded data set,
including the data elements that could possibly be found within the data. |
Modifier and Type | Method and Description |
---|---|
static Klv.KeyLength |
Klv.KeyLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Klv.KeyLength[] |
Klv.KeyLength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<Klv> |
Klv.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.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.