com.kenai.jffi
Class Aggregate

java.lang.Object
  extended by com.kenai.jffi.Type
      extended by com.kenai.jffi.Aggregate
Direct Known Subclasses:
Array, Struct, Union

public abstract class Aggregate
extends Type


Field Summary
 
Fields inherited from class com.kenai.jffi.Type
align, DOUBLE, FLOAT, handle, LONGDOUBLE, POINTER, SCHAR, SINT, SINT16, SINT32, SINT64, SINT8, size, SLONG, SSHORT, type, UCHAR, UINT, UINT16, UINT32, UINT64, UINT8, ULONG, USHORT, VOID
 
Constructor Summary
Aggregate(long handle)
           
 
Method Summary
protected  void finalize()
           
 
Methods inherited from class com.kenai.jffi.Type
alignment, equals, hashCode, size, type
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregate

public Aggregate(long handle)
Method Detail

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable