|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.a2zss.ISO8583.LLTTVField
public class LLTTVField
Parser and formatter for TLV subfields wich are in format LL - length (includes the tag length and value length) TT - tag, V - the tag value
Constructor Summary | |
---|---|
LLTTVField()
Class consructor |
|
LLTTVField(byte[] data)
Class consructor |
Method Summary | |
---|---|
byte[] |
formatTags()
Method formatTags |
byte[] |
getTagValue(java.lang.String tag)
Method getTagValue |
void |
parse(byte[] data)
Method parse |
void |
setTagValue(java.lang.String tag,
byte[] value)
Method setTagValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LLTTVField()
public LLTTVField(byte[] data) throws java.lang.Exception
data
-
java.lang.Exception
Method Detail |
---|
public void parse(byte[] data) throws java.lang.Exception
data
-
java.lang.Exception
public byte[] getTagValue(java.lang.String tag)
tag
-
public void setTagValue(java.lang.String tag, byte[] value)
tag
- value
- public byte[] formatTags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |