com.limegroup.gnutella.gui
Class AppleEventStruct

java.lang.Object
  extended byByteArrayStruct
      extended bycom.limegroup.gnutella.gui.AEDescStruct
          extended bycom.limegroup.gnutella.gui.AEDescListStruct
              extended bycom.limegroup.gnutella.gui.AERecordStruct
                  extended bycom.limegroup.gnutella.gui.AppleEventStruct

public class AppleEventStruct
extends AERecordStruct

See Also:
Serialized Form

Field Summary
static int sizeOfAppleEvent
           
 
Fields inherited from class com.limegroup.gnutella.gui.AERecordStruct
sizeOfAERecord
 
Fields inherited from class com.limegroup.gnutella.gui.AEDescListStruct
sizeOfAEDescList
 
Fields inherited from class com.limegroup.gnutella.gui.AEDescStruct
sizeOfAEDesc
 
Constructor Summary
  AppleEventStruct()
           
protected AppleEventStruct(int i)
           
  AppleEventStruct(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

sizeOfAppleEvent

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

AppleEventStruct

public AppleEventStruct()

AppleEventStruct

public AppleEventStruct(Struct struct,
                        int i)

AppleEventStruct

protected AppleEventStruct(int i)