Package jnr.ffi.provider
Class BadType
- java.lang.Object
-
- jnr.ffi.Type
-
- jnr.ffi.provider.BadType
-
public final class BadType extends Type
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringtypeName
-
Constructor Summary
Constructors Constructor Description BadType(java.lang.String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intalignment()The native alignment of this type, in bytesNativeTypegetNativeType()The native type of this typeintsize()The size in bytes of this type.
-
-
-
Method Detail
-
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
public NativeType getNativeType()
Description copied from class:TypeThe native type of this type- Specified by:
getNativeTypein classType- Returns:
- the native type of this type
-
-