Package com.kenai.jffi
Class Type.TypeInfo
- java.lang.Object
-
- com.kenai.jffi.Type.TypeInfo
-
- Enclosing class:
- Type
static final class Type.TypeInfo extends java.lang.ObjectThis is a lazy loaded cache of builtin type info, so we can still have Type.VOID as a public static variable without it causing the native library to load.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intalignmentThe minimum alignment of this type(package private) longhandleThe address of this type's ffi_type structure(package private) intsizeThe size in bytes of this type(package private) inttypeThe FFI type of this type
-
Constructor Summary
Constructors Constructor Description TypeInfo(long handle, int type, int size, int alignment)
-