com.limegroup.gnutella.gui
Class AEDescStruct

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

public class AEDescStruct
extends ByteArrayStruct

See Also:
Serialized Form

Field Summary
static int sizeOfAEDesc
           
 
Constructor Summary
  AEDescStruct()
           
protected AEDescStruct(int i)
           
  AEDescStruct(Struct struct, int i)
           
 
Method Summary
 int getDataHandle()
           
 int getDescriptorType()
           
 long getValue()
           
 void setDataHandle(int i)
           
 void setDescriptorType(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeOfAEDesc

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

AEDescStruct

public AEDescStruct()

AEDescStruct

public AEDescStruct(Struct struct,
                    int i)

AEDescStruct

protected AEDescStruct(int i)
Method Detail

getDescriptorType

public final int getDescriptorType()

setDescriptorType

public final void setDescriptorType(int i)

getDataHandle

public final int getDataHandle()

setDataHandle

public final void setDataHandle(int i)

getValue

public long getValue()