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