public class TLVParameter extends Object
| Constructor and Description |
|---|
TLVParameter(byte[] tag,
byte[] length,
byte[] value)
Used for encoding.
|
TLVParameter(int tagLength,
int lengthLength,
byte[] data,
int offset)
Used for decoding.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getLength() |
int |
getLengthAsInt() |
byte[] |
getTag() |
int |
getTagAsInt() |
byte[] |
getValue() |
String |
toString() |
public TLVParameter(byte[] tag,
byte[] length,
byte[] value)
tag - parameterlength - parametervalue - parameterpublic TLVParameter(int tagLength,
int lengthLength,
byte[] data,
int offset)
tagLength - parameterlengthLength - parameterdata - parameteroffset - parameterCopyright 2004-2021 Solace Corporation. All rights reserved.