|
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.TLVMsg
public class TLVMsg
| Constructor Summary | |
|---|---|
TLVMsg()
empty constructor |
|
TLVMsg(int tag,
byte[] value)
constructs a TLV Message from tag and value |
|
| Method Summary | |
|---|---|
byte[] |
getL()
Value up to 127 can be encoded in single byte and multiple bytes are required for length bigger than 127 |
int |
getTag()
|
byte[] |
getTLV()
|
byte[] |
getValue()
|
void |
setTag(int tag)
|
void |
setValue(byte[] newValue)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TLVMsg()
public TLVMsg(int tag,
byte[] value)
tag - value - | Method Detail |
|---|
public int getTag()
public byte[] getValue()
public void setTag(int tag)
tag - of TLV Messagepublic void setValue(byte[] newValue)
value - of TLV Messagepublic byte[] getTLV()
public byte[] getL()
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||