|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.tlv.common.TlvTools
public class TlvTools
Tool methods for handling the TLV implementation.
| Method Summary | |
|---|---|
static int |
asInt(byte[] src,
int offset,
int length)
|
static int |
asInt(TlvElement element)
|
static int |
asUnsignedInt(byte[] src,
int offset,
int length)
|
static int |
asUnsignedInt(TlvElement element)
|
static void |
checkSize(byte[] src,
int minSize)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int asInt(byte[] src,
int offset,
int length)
public static int asInt(TlvElement element)
public static int asUnsignedInt(byte[] src,
int offset,
int length)
public static int asUnsignedInt(TlvElement element)
public static void checkSize(byte[] src,
int minSize)
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||