|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.a2zss.ISO8583.LLLTTVField
public class LLLTTVField
Parser and formatter for TLV subfields wich are in format LLL - length (includes the tag length and value length) TT - tag, V - the tag value
Constructor Summary | |
---|---|
LLLTTVField()
Class consructor |
|
LLLTTVField(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 LLLTTVField()
public LLLTTVField(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 |