|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.tlv.TLVList
public class TLVList
| Constructor Summary | |
|---|---|
TLVList()
empty constructor |
|
| Method Summary | |
|---|---|
void |
append(int tag,
byte[] value)
Append TLVMsg to the TLVList |
void |
append(TLVMsg tlvToAppend)
Append TLVMsg to the TLVList |
void |
deleteByIndex(int index)
|
void |
deleteByTag(int tag)
|
java.util.Enumeration |
elements()
return an enumeration of the Vector of tags. |
TLVMsg |
find(int tag)
|
int |
findIndex(int tag)
|
TLVMsg |
findNextTLV()
|
TLVMsg |
index(int index)
|
byte[] |
pack()
pack the TLV message (BER-TLV Encoding) |
void |
unpack(byte[] buf)
unpack a message |
void |
unpack(byte[] buf,
int offset)
unpack a message with a starting offset |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TLVList()
| Method Detail |
|---|
public void unpack(byte[] buf)
throws ISOException
buf - - raw message
ISOExceptionpublic java.util.Enumeration elements()
public void unpack(byte[] buf,
int offset)
throws ISOException
buf - - raw message
ISOExceptionpublic void append(TLVMsg tlvToAppend)
TLVMsg -
public void append(int tag,
byte[] value)
TAG - value - public void deleteByIndex(int index)
public void deleteByTag(int tag)
public TLVMsg find(int tag)
public int findIndex(int tag)
public TLVMsg findNextTLV()
public TLVMsg index(int index)
public byte[] pack()
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||