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
-
size
-
getNativeType
Description copied from class:TypeThe native type of this type- Specified by:
getNativeTypein classType- Returns:
- the native type of this type
-