|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kenai.jffi.Type
com.kenai.jffi.Aggregate
public abstract class Aggregate
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 |
Constructor Summary | |
---|---|
Aggregate(long handle)
|
Method Summary | |
---|---|
int |
alignment()
Gets the alignment of this type. |
void |
dispose()
|
protected void |
finalize()
|
int |
size()
Gets the size of this type. |
int |
type()
Gets the FFI type enum value for this Type |
Methods inherited from class com.kenai.jffi.Type |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Aggregate(long handle)
Method Detail |
---|
public final int type()
Type
type
in class Type
public final int size()
Type
size
in class Type
public final int alignment()
Type
alignment
in class Type
public final void dispose()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |