Package jnr.ffi.provider.jffi
Class NativeRuntime.TypeDelegate
java.lang.Object
jnr.ffi.Type
jnr.ffi.provider.jffi.NativeRuntime.TypeDelegate
- Enclosing class:
- NativeRuntime
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
private final com.kenai.jffi.Type type -
nativeType
-
-
Constructor Details
-
TypeDelegate
-
-
Method Details
-
alignment
public int alignment()Description copied from class:Type
The native alignment of this type, in bytes -
size
public int size()Description copied from class:Type
The size in bytes of this type. -
getNativeType
Description copied from class:Type
The native type of this type- Specified by:
getNativeType
in classType
- Returns:
- the native type of this type
-
toString
-