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
DOUBLE, FLOAT, LONGDOUBLE, POINTER, SCHAR, SINT, SINT16, SINT32, SINT64, SINT8, SLONG, SLONG_LONG, SSHORT, UCHAR, UINT, UINT16, UINT32, UINT64, UINT8, ULONG, ULONG_LONG, USHORT, VOID
 
Method Summary
 void dispose()
           
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
 

Method Detail

dispose

public final void dispose()

finalize

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


Copyright © 2013. All Rights Reserved.