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
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Struct
Deprecated.Creates a new C struct layout description.- Parameters:
fields- The fields contained in the struct.
-
-
Method Details