com.limegroup.gnutella.gui
Class AEDescListStruct

java.lang.Object
  extended byByteArrayStruct
      extended bycom.limegroup.gnutella.gui.AEDescStruct
          extended bycom.limegroup.gnutella.gui.AEDescListStruct
Direct Known Subclasses:
AERecordStruct

public class AEDescListStruct
extends AEDescStruct

See Also:
Serialized Form

Field Summary
static int sizeOfAEDescList
           
 
Fields inherited from class com.limegroup.gnutella.gui.AEDescStruct
sizeOfAEDesc
 
Constructor Summary
  AEDescListStruct()
           
protected AEDescListStruct(int i)
           
  AEDescListStruct(Struct struct, int i)
           
 
Methods inherited from class com.limegroup.gnutella.gui.AEDescStruct
getDataHandle, getDescriptorType, getValue, setDataHandle, setDescriptorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeOfAEDescList

public static final int sizeOfAEDescList
See Also:
Constant Field Values
Constructor Detail

AEDescListStruct

public AEDescListStruct()

AEDescListStruct

public AEDescListStruct(Struct struct,
                        int i)

AEDescListStruct

protected AEDescListStruct(int i)