Package com.kenai.jffi
Class Struct
- java.lang.Object
-
- com.kenai.jffi.Type
-
- com.kenai.jffi.Aggregate
-
- com.kenai.jffi.Struct
-
public final class Struct extends Aggregate
Describes the layout of a C struct
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()static StructnewStruct(Type... fields)
-
-
-
Constructor Detail
-
Struct
@Deprecated public Struct(Type... fields)
Deprecated.Creates a new C struct layout description.- Parameters:
fields- The fields contained in the struct.
-
-