net.sf.dexterim.oscar.entity
Class TLVCollection

java.lang.Object
  extended bynet.sf.dexterim.oscar.entity.TLVCollection

public class TLVCollection
extends java.lang.Object

Author:
christoph

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

TLVCollection

public TLVCollection()
Method Detail

add

public void add(TLV tlv)

get

public TLV get(int index)

getSingle

public TLV getSingle()

isSingle

public boolean isSingle()

iterator

public java.util.Iterator iterator()

getType

public TLVCollection getType(int type)

size

public int size()

getLength

public int getLength()

toByteArray

public byte[] toByteArray()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.