|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.a2zss.ISO8583.TtLlVField
public class TtLlVField
Parser and formatter for TtLlV subfields
(for example used in field 55 ICC Related Data)
which are in format
Tt - tag (name) 1 or 2 bytes
Ll - length 1 or 2 bytes 1 byte if length<128 (value length)
V - the tag value
| Constructor Summary | |
|---|---|
TtLlVField()
Class consructor |
|
TtLlVField(byte[] data)
Class consructor |
|
| Method Summary | |
|---|---|
byte[] |
formatTags()
Method formatTags |
byte[] |
getTagValue(byte[] tag)
Method getTagValue |
void |
parse(byte[] data)
Method parse - parses tags to inernal TAG objects |
void |
setTagValue(byte[] tag,
byte[] value)
Method setTagValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TtLlVField()
public TtLlVField(byte[] data)
data - | Method Detail |
|---|
public void parse(byte[] data)
data - public byte[] getTagValue(byte[] tag)
tag -
public void setTagValue(byte[] tag,
byte[] value)
tag - value - public byte[] formatTags()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||