Package jnr.ffi.provider
Class BadType
java.lang.Object
jnr.ffi.Type
jnr.ffi.provider.BadType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
The native alignment of this type, in bytesThe native type of this typefinal int
size()
The size in bytes of this type.
-
Constructor Details
-
BadType
-
-
Method Details
-
alignment
public final int alignment()Description copied from class:Type
The native alignment of this type, in bytes -
size
public final 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
-