Package jnr.ffi.provider
Class BadType
java.lang.Object
jnr.ffi.Type
jnr.ffi.provider.BadType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intThe native alignment of this type, in bytesThe native type of this typefinal intsize()The size in bytes of this type.
-
Constructor Details
-
BadType
-
-
Method Details
-
alignment
public final int alignment()Description copied from class:TypeThe native alignment of this type, in bytes -
size
public final int size()Description copied from class:TypeThe size in bytes of this type. -
getNativeType
Description copied from class:TypeThe native type of this type- Specified by:
getNativeTypein classType- Returns:
- the native type of this type
-