@Immutable public static class VariantDictionary.Entry extends Object
| Constructor and Description |
|---|
Entry(VariantDictionary.EntryType entryType,
byte[] value) |
Entry(VariantDictionary.EntryType entryType,
byte[] value,
ByteOrder byteOrder) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asByteArray() |
int |
asInteger() |
long |
asLong() |
UUID |
asUuid() |
byte |
getType() |
public Entry(VariantDictionary.EntryType entryType, byte[] value)
public Entry(VariantDictionary.EntryType entryType, byte[] value, ByteOrder byteOrder)
public byte getType()
public UUID asUuid()
public long asLong()
public int asInteger()
public byte[] asByteArray()
Copyright © 2025. All rights reserved.