public interface TtlvExtractor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBlob(short tag)
Returns the value associated with the given tag in the message.
|
Boolean |
getBoolean(short tag)
Returns the value associated with the given tag in the message.
|
Byte |
getByte(short tag)
Returns the value associated with the given tag in the message.
|
Character |
getCharacter(short tag)
Returns the value associated with the given tag in the message.
|
Double |
getDouble(short tag)
Returns the value associated with the given tag in the message.
|
Float |
getFloat(short tag)
Returns the value associated with the given tag in the message.
|
Integer |
getInteger(short tag)
Returns the value associated with the given tag in the message.
|
Long |
getLong(short tag)
Returns the value associated with the given tag in the message.
|
Short |
getShort(short tag)
Returns the value associated with the given tag in the message.
|
String |
getString(short tag)
Returns the value associated with the given tag in the message.
|
byte[] getBlob(short tag)
Boolean getBoolean(short tag)
Byte getByte(short tag)
Character getCharacter(short tag)
Double getDouble(short tag)
Float getFloat(short tag)
Integer getInteger(short tag)
Long getLong(short tag)
Short getShort(short tag)
String getString(short tag)