|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.dexterim.oscar.entity.TLVCollection
Constructor Summary | |
TLVCollection()
|
Method Summary | |
void |
add(TLV tlv)
|
TLV |
get(int index)
|
int |
getLength()
|
TLV |
getSingle()
|
TLVCollection |
getType(int type)
|
boolean |
isSingle()
|
java.util.Iterator |
iterator()
|
int |
size()
|
byte[] |
toByteArray()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TLVCollection()
Method Detail |
public void add(TLV tlv)
public TLV get(int index)
public TLV getSingle()
public boolean isSingle()
public java.util.Iterator iterator()
public TLVCollection getType(int type)
public int size()
public int getLength()
public byte[] toByteArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |